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
@@ -102,7 +102,7 @@ xformers_attention: null
|
|
102 |
|
103 |
This model is a fine-tuned version of [unsloth/Llama-3.1-Storm-8B](https://huggingface.co/unsloth/Llama-3.1-Storm-8B) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
-
- Loss: 11.
|
106 |
|
107 |
## Model description
|
108 |
|
@@ -139,8 +139,8 @@ The following hyperparameters were used during training:
|
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
| 10.9802 | 0.0003 | 1 | 11.5776 |
|
141 |
| 10.434 | 0.0009 | 3 | 11.5776 |
|
142 |
-
| 12.
|
143 |
-
| 9.
|
144 |
|
145 |
|
146 |
### Framework versions
|
|
|
102 |
|
103 |
This model is a fine-tuned version of [unsloth/Llama-3.1-Storm-8B](https://huggingface.co/unsloth/Llama-3.1-Storm-8B) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
+
- Loss: 11.0667
|
106 |
|
107 |
## Model description
|
108 |
|
|
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
| 10.9802 | 0.0003 | 1 | 11.5776 |
|
141 |
| 10.434 | 0.0009 | 3 | 11.5776 |
|
142 |
+
| 12.2132 | 0.0018 | 6 | 11.5231 |
|
143 |
+
| 9.0586 | 0.0027 | 9 | 11.0667 |
|
144 |
|
145 |
|
146 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -21,12 +21,12 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
24 |
-
"q_proj",
|
25 |
-
"down_proj",
|
26 |
-
"o_proj",
|
27 |
"up_proj",
|
|
|
|
|
28 |
"gate_proj",
|
29 |
-
"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
|
|
|
|
|
|
24 |
"up_proj",
|
25 |
+
"o_proj",
|
26 |
+
"k_proj",
|
27 |
"gate_proj",
|
28 |
+
"q_proj",
|
29 |
+
"down_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 84047370
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51d7bdd3b438ace629972af5ef6879d2d8fdbfcaaac84780366aba5e6aef8a3f
|
3 |
size 84047370
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 83945296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ee8b87bd1b68ecba1eeaf5ba1372c891913ddf8b91bfd5743b1d696f010f946
|
3 |
size 83945296
|
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:1ee223a43027b8c8afd21622e4578463f433159b96d4ac348cc6f399af5db597
|
3 |
size 6776
|