End of training
Browse files- README.md +2 -2
- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -104,7 +104,7 @@ xformers_attention: null
|
|
104 |
|
105 |
This model is a fine-tuned version of [OpenBuddy/openbuddy-llama2-13b-v8.1-fp16](https://huggingface.co/OpenBuddy/openbuddy-llama2-13b-v8.1-fp16) on the None dataset.
|
106 |
It achieves the following results on the evaluation set:
|
107 |
-
- Loss: 1.
|
108 |
|
109 |
## Model description
|
110 |
|
@@ -138,7 +138,7 @@ The following hyperparameters were used during training:
|
|
138 |
|
139 |
| Training Loss | Epoch | Step | Validation Loss |
|
140 |
|:-------------:|:------:|:----:|:---------------:|
|
141 |
-
|
|
142 |
|
143 |
|
144 |
### Framework versions
|
|
|
104 |
|
105 |
This model is a fine-tuned version of [OpenBuddy/openbuddy-llama2-13b-v8.1-fp16](https://huggingface.co/OpenBuddy/openbuddy-llama2-13b-v8.1-fp16) on the None dataset.
|
106 |
It achieves the following results on the evaluation set:
|
107 |
+
- Loss: 1.9295
|
108 |
|
109 |
## Model description
|
110 |
|
|
|
138 |
|
139 |
| Training Loss | Epoch | Step | Validation Loss |
|
140 |
|:-------------:|:------:|:----:|:---------------:|
|
141 |
+
| 2.0056 | 0.4452 | 1000 | 1.9295 |
|
142 |
|
143 |
|
144 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"down_proj",
|
25 |
-
"o_proj",
|
26 |
-
"k_proj",
|
27 |
"up_proj",
|
|
|
|
|
28 |
"q_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 |
"up_proj",
|
25 |
+
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
"q_proj",
|
28 |
+
"o_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 125375434
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:011c3618d1535e10d7fff3c6627d3295a6c88a9c0cdbbda93186bf6ab39efde3
|
3 |
size 125375434
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 125248064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e3e530281abcfdc8aade9963af5d515608d5f809d384a5eae5968d68785c3d5
|
3 |
size 125248064
|
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:fc8d1458c5bcbbcb955079104c332daf3d0c57c22825abd0b7d23987125df31e
|
3 |
size 6776
|