End of training
Browse files- README.md +5 -5
- adapter_config.json +2 -2
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -114,7 +114,7 @@ xformers_attention: null
|
|
114 |
|
115 |
This model is a fine-tuned version of [unsloth/tinyllama-chat](https://huggingface.co/unsloth/tinyllama-chat) on the None dataset.
|
116 |
It achieves the following results on the evaluation set:
|
117 |
-
- Loss: 1.
|
118 |
|
119 |
## Model description
|
120 |
|
@@ -153,10 +153,10 @@ The following hyperparameters were used during training:
|
|
153 |
| Training Loss | Epoch | Step | Validation Loss |
|
154 |
|:-------------:|:------:|:----:|:---------------:|
|
155 |
| 1.6449 | 0.0036 | 1 | 1.3712 |
|
156 |
-
| 1.
|
157 |
-
| 1.
|
158 |
-
|
|
159 |
-
| 1.
|
160 |
|
161 |
|
162 |
### Framework versions
|
|
|
114 |
|
115 |
This model is a fine-tuned version of [unsloth/tinyllama-chat](https://huggingface.co/unsloth/tinyllama-chat) on the None dataset.
|
116 |
It achieves the following results on the evaluation set:
|
117 |
+
- Loss: 1.0771
|
118 |
|
119 |
## Model description
|
120 |
|
|
|
153 |
| Training Loss | Epoch | Step | Validation Loss |
|
154 |
|:-------------:|:------:|:----:|:---------------:|
|
155 |
| 1.6449 | 0.0036 | 1 | 1.3712 |
|
156 |
+
| 1.2343 | 0.0179 | 5 | 1.3073 |
|
157 |
+
| 1.1898 | 0.0358 | 10 | 1.1699 |
|
158 |
+
| 1.0003 | 0.0538 | 15 | 1.1078 |
|
159 |
+
| 1.0803 | 0.0717 | 20 | 1.0771 |
|
160 |
|
161 |
|
162 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -22,10 +22,10 @@
|
|
22 |
"target_modules": [
|
23 |
"o_proj",
|
24 |
"v_proj",
|
25 |
-
"k_proj",
|
26 |
"down_proj",
|
27 |
-
"up_proj",
|
28 |
"gate_proj",
|
|
|
|
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
22 |
"target_modules": [
|
23 |
"o_proj",
|
24 |
"v_proj",
|
|
|
25 |
"down_proj",
|
|
|
26 |
"gate_proj",
|
27 |
+
"up_proj",
|
28 |
+
"k_proj",
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
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:28cec1dcdd37b7266bccead698416b2ffe7928af705d7e4872664772fa66bca9
|
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:cb6e295ad631ead3de5960e8ca95d746da3534bf237f79aa05f672c56c4a8753
|
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 6712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ad82ad32525e933af8b9fc0db6dec8e95c1d489a1adc2b0fa6be91ccfcf9268
|
3 |
size 6712
|