DeepDream2045
commited on
Commit
•
b27602f
1
Parent(s):
fdd3be5
End of training
Browse files- README.md +3 -3
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -96,7 +96,7 @@ xformers_attention: true
|
|
96 |
|
97 |
This model is a fine-tuned version of [unsloth/gemma-2-9b](https://huggingface.co/unsloth/gemma-2-9b) on the None dataset.
|
98 |
It achieves the following results on the evaluation set:
|
99 |
-
- Loss: 0.
|
100 |
|
101 |
## Model description
|
102 |
|
@@ -134,8 +134,8 @@ The following hyperparameters were used during training:
|
|
134 |
| Training Loss | Epoch | Step | Validation Loss |
|
135 |
|:-------------:|:------:|:----:|:---------------:|
|
136 |
| 7.3346 | 0.0001 | 1 | 7.3348 |
|
137 |
-
| 0.0 | 0.0037 | 25 | 0.
|
138 |
-
| 0.0 | 0.0073 | 50 | 0.
|
139 |
|
140 |
|
141 |
### Framework versions
|
|
|
96 |
|
97 |
This model is a fine-tuned version of [unsloth/gemma-2-9b](https://huggingface.co/unsloth/gemma-2-9b) on the None dataset.
|
98 |
It achieves the following results on the evaluation set:
|
99 |
+
- Loss: 0.0006
|
100 |
|
101 |
## Model description
|
102 |
|
|
|
134 |
| Training Loss | Epoch | Step | Validation Loss |
|
135 |
|:-------------:|:------:|:----:|:---------------:|
|
136 |
| 7.3346 | 0.0001 | 1 | 7.3348 |
|
137 |
+
| 0.0 | 0.0037 | 25 | 0.0006 |
|
138 |
+
| 0.0 | 0.0073 | 50 | 0.0006 |
|
139 |
|
140 |
|
141 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"gate_proj",
|
24 |
"up_proj",
|
25 |
-
"k_proj",
|
26 |
-
"o_proj",
|
27 |
"q_proj",
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"down_proj",
|
25 |
"gate_proj",
|
26 |
"up_proj",
|
|
|
|
|
27 |
"q_proj",
|
28 |
+
"k_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 432357050
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eeaa03602a31484b0ff44f8e65e7f1d318d8cb5bdb0bfeabf434d4a3a848b06a
|
3 |
size 432357050
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 432223744
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87b613f8f3cbac32004a0f82bf7a98b97c14988e1571669946774462adc90965
|
3 |
size 432223744
|
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:4890609b6bb07cc885584bd813aee0e59702d7c9bfaeb0240be3c96e1382ae65
|
3 |
size 6776
|