DeepDream2045
commited on
Commit
•
f264c34
1
Parent(s):
058bc6d
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
@@ -103,7 +103,7 @@ xformers_attention: true
|
|
103 |
|
104 |
This model is a fine-tuned version of [unsloth/tinyllama-chat](https://huggingface.co/unsloth/tinyllama-chat) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
-
- Loss: 0.
|
107 |
|
108 |
## Model description
|
109 |
|
@@ -141,8 +141,8 @@ The following hyperparameters were used during training:
|
|
141 |
| Training Loss | Epoch | Step | Validation Loss |
|
142 |
|:-------------:|:------:|:----:|:---------------:|
|
143 |
| 0.9245 | 0.0440 | 1 | 1.1253 |
|
144 |
-
| 0.
|
145 |
-
| 0.
|
146 |
|
147 |
|
148 |
### Framework versions
|
|
|
103 |
|
104 |
This model is a fine-tuned version of [unsloth/tinyllama-chat](https://huggingface.co/unsloth/tinyllama-chat) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
+
- Loss: 0.4858
|
107 |
|
108 |
## Model description
|
109 |
|
|
|
141 |
| Training Loss | Epoch | Step | Validation Loss |
|
142 |
|:-------------:|:------:|:----:|:---------------:|
|
143 |
| 0.9245 | 0.0440 | 1 | 1.1253 |
|
144 |
+
| 0.4749 | 1.1016 | 25 | 0.5070 |
|
145 |
+
| 0.5494 | 2.2033 | 50 | 0.4858 |
|
146 |
|
147 |
|
148 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"q_proj",
|
24 |
"gate_proj",
|
25 |
-
"k_proj",
|
26 |
-
"down_proj",
|
27 |
-
"v_proj",
|
28 |
"o_proj",
|
29 |
-
"up_proj"
|
|
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"gate_proj",
|
|
|
|
|
|
|
24 |
"o_proj",
|
25 |
+
"up_proj",
|
26 |
+
"v_proj",
|
27 |
+
"q_proj",
|
28 |
+
"down_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 101036698
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:284bb61f67feca5b5af3a88fcb0ed4d06a1d89c9db4ac8165e0875ece3a44188
|
3 |
size 101036698
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 100966336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0052dfe74c03ce14024336fb263bba3bc38a109327e7e1072091ffaebc6f0e5e
|
3 |
size 100966336
|
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:4e4d513a4abdd668e3a6ca19a017616fa49a05ff1c07caf387c8770c410e006d
|
3 |
size 6776
|