HugoVoxx/Gemma-2-2b-it-ag
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/hugovoxx-fpt-university/Fine-tune%20Gemma-2-2b-it%20on%20AlphaGeometry%20Dataset/runs/
|
31 |
|
32 |
This model was trained with SFT.
|
33 |
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/hugovoxx-fpt-university/Fine-tune%20Gemma-2-2b-it%20on%20AlphaGeometry%20Dataset/runs/z1bghq7x)
|
31 |
|
32 |
This model was trained with SFT.
|
33 |
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"up_proj",
|
24 |
-
"v_proj",
|
25 |
"k_proj",
|
26 |
-
"q_proj",
|
27 |
-
"gate_proj",
|
28 |
"down_proj",
|
29 |
-
"o_proj"
|
|
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"k_proj",
|
|
|
|
|
24 |
"down_proj",
|
25 |
+
"o_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj",
|
28 |
+
"q_proj",
|
29 |
+
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 664584480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ace8410a30faa2f6d79e67fdbfebbb25e9f281452ef4b228f549a28828982849
|
3 |
size 664584480
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:596413e096e180e4d997c1384160426f0264bcbb06d1845112850d4504f35f5c
|
3 |
size 5496
|