End of training
Browse files- README.md +4 -4
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -105,7 +105,7 @@ xformers_attention: null
|
|
105 |
|
106 |
This model is a fine-tuned version of [TinyLlama/TinyLlama_v1.1](https://huggingface.co/TinyLlama/TinyLlama_v1.1) on the None dataset.
|
107 |
It achieves the following results on the evaluation set:
|
108 |
-
- Loss: 1.
|
109 |
|
110 |
## Model description
|
111 |
|
@@ -140,9 +140,9 @@ The following hyperparameters were used during training:
|
|
140 |
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
|:-------------:|:------:|:----:|:---------------:|
|
142 |
| 1.8654 | 0.0001 | 1 | 1.7780 |
|
143 |
-
| 1.
|
144 |
-
| 1.
|
145 |
-
| 1.
|
146 |
|
147 |
|
148 |
### Framework versions
|
|
|
105 |
|
106 |
This model is a fine-tuned version of [TinyLlama/TinyLlama_v1.1](https://huggingface.co/TinyLlama/TinyLlama_v1.1) on the None dataset.
|
107 |
It achieves the following results on the evaluation set:
|
108 |
+
- Loss: 1.7770
|
109 |
|
110 |
## Model description
|
111 |
|
|
|
140 |
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
|:-------------:|:------:|:----:|:---------------:|
|
142 |
| 1.8654 | 0.0001 | 1 | 1.7780 |
|
143 |
+
| 1.3042 | 0.0003 | 3 | 1.7709 |
|
144 |
+
| 1.6426 | 0.0006 | 6 | 1.7829 |
|
145 |
+
| 1.3397 | 0.0009 | 9 | 1.7770 |
|
146 |
|
147 |
|
148 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
|
|
24 |
"o_proj",
|
25 |
"q_proj",
|
26 |
-
"k_proj",
|
27 |
-
"down_proj",
|
28 |
"gate_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 |
+
"down_proj",
|
25 |
"o_proj",
|
26 |
"q_proj",
|
|
|
|
|
27 |
"gate_proj",
|
28 |
+
"up_proj",
|
29 |
+
"k_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 50573530
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d060d560185c7db6894169c32070c6109b2686b1a11652aa1635642121adcaa2
|
3 |
size 50573530
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 50503544
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62ebf4c556dc053dc873144c1763930a26a4a1bbb361deedf65af3689dda6858
|
3 |
size 50503544
|
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:58a3eb8d82e5fbac81f07720d857f56891a89c37b161f0eab5a75ef832506307
|
3 |
size 6776
|