DeepDream2045
commited on
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
@@ -105,7 +105,7 @@ xformers_attention: true
|
|
105 |
|
106 |
This model is a fine-tuned version of [heegyu/WizardVicuna-open-llama-3b-v2](https://huggingface.co/heegyu/WizardVicuna-open-llama-3b-v2) on the None dataset.
|
107 |
It achieves the following results on the evaluation set:
|
108 |
-
- Loss: 0.
|
109 |
|
110 |
## Model description
|
111 |
|
@@ -143,8 +143,8 @@ The following hyperparameters were used during training:
|
|
143 |
| Training Loss | Epoch | Step | Validation Loss |
|
144 |
|:-------------:|:------:|:----:|:---------------:|
|
145 |
| 13.139 | 0.0118 | 1 | 12.2341 |
|
146 |
-
| 0.
|
147 |
-
| 0.
|
148 |
|
149 |
|
150 |
### Framework versions
|
|
|
105 |
|
106 |
This model is a fine-tuned version of [heegyu/WizardVicuna-open-llama-3b-v2](https://huggingface.co/heegyu/WizardVicuna-open-llama-3b-v2) on the None dataset.
|
107 |
It achieves the following results on the evaluation set:
|
108 |
+
- Loss: 0.3521
|
109 |
|
110 |
## Model description
|
111 |
|
|
|
143 |
| Training Loss | Epoch | Step | Validation Loss |
|
144 |
|:-------------:|:------:|:----:|:---------------:|
|
145 |
| 13.139 | 0.0118 | 1 | 12.2341 |
|
146 |
+
| 0.413 | 0.2954 | 25 | 0.3542 |
|
147 |
+
| 0.3879 | 0.5908 | 50 | 0.3521 |
|
148 |
|
149 |
|
150 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"down_proj",
|
|
|
|
|
24 |
"v_proj",
|
25 |
"o_proj",
|
26 |
-
"
|
27 |
-
"up_proj",
|
28 |
-
"q_proj",
|
29 |
-
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
"down_proj",
|
25 |
+
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
"v_proj",
|
28 |
"o_proj",
|
29 |
+
"up_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 203538938
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9e3fe297b1b3f31e7e9caa0d729a2192ea185e70f6a422c7744af09489b1fdd
|
3 |
size 203538938
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 203456160
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aa9737de406a4a2d98ec1a16f355b324ef0a923a8b26d9035c0f8a18a7ca71e
|
3 |
size 203456160
|
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:5a0d3712789c7a4d25180c5c9c512c419bafb08bc397e6938aa00de0fd6b3acb
|
3 |
size 6776
|