End of training
Browse files- README.md +3 -3
- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -102,7 +102,7 @@ xformers_attention: true
|
|
102 |
|
103 |
This model is a fine-tuned version of [unsloth/gemma-2-2b-it](https://huggingface.co/unsloth/gemma-2-2b-it) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
-
- Loss: 1.
|
106 |
|
107 |
## Model description
|
108 |
|
@@ -140,8 +140,8 @@ The following hyperparameters were used during training:
|
|
140 |
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
|:-------------:|:------:|:----:|:---------------:|
|
142 |
| 1.6302 | 0.0243 | 1 | 1.7624 |
|
143 |
-
| 1.1406 | 0.6070 | 25 | 1.
|
144 |
-
| 1.2105 | 1.2140 | 50 | 1.
|
145 |
|
146 |
|
147 |
### Framework versions
|
|
|
102 |
|
103 |
This model is a fine-tuned version of [unsloth/gemma-2-2b-it](https://huggingface.co/unsloth/gemma-2-2b-it) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
+
- Loss: 1.1900
|
106 |
|
107 |
## Model description
|
108 |
|
|
|
140 |
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
|:-------------:|:------:|:----:|:---------------:|
|
142 |
| 1.6302 | 0.0243 | 1 | 1.7624 |
|
143 |
+
| 1.1406 | 0.6070 | 25 | 1.2200 |
|
144 |
+
| 1.2105 | 1.2140 | 50 | 1.1900 |
|
145 |
|
146 |
|
147 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"q_proj",
|
24 |
-
"o_proj",
|
25 |
"v_proj",
|
26 |
-
"
|
27 |
-
"up_proj",
|
28 |
"k_proj",
|
29 |
-
"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"v_proj",
|
24 |
+
"gate_proj",
|
|
|
25 |
"k_proj",
|
26 |
+
"up_proj",
|
27 |
+
"down_proj",
|
28 |
+
"q_proj",
|
29 |
+
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 166265274
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cb68f30813a6031b596115ad98aae577a4553b98417d18568f1276271f7cf64
|
3 |
size 166265274
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 166182480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8ef91d1d9630f9c8ac56a9dd8353d6179e0d98ec4168cba2208b741e4b4cb91
|
3 |
size 166182480
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0682ef37f1c43ecbd1dc3b77fe3639e4b844f66014f2d9ceeb47c4d5bd9e5e2
|
3 |
size 6776
|