End of training
Browse files- README.md +2 -2
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -95,7 +95,7 @@ xformers_attention: null
|
|
95 |
|
96 |
This model is a fine-tuned version of [HuggingFaceM4/tiny-random-LlamaForCausalLM](https://huggingface.co/HuggingFaceM4/tiny-random-LlamaForCausalLM) on the None dataset.
|
97 |
It achieves the following results on the evaluation set:
|
98 |
-
- Loss: 10.
|
99 |
|
100 |
## Model description
|
101 |
|
@@ -133,7 +133,7 @@ The following hyperparameters were used during training:
|
|
133 |
| 10.3806 | 0.0055 | 1 | 10.3768 |
|
134 |
| 10.3782 | 0.0164 | 3 | 10.3768 |
|
135 |
| 10.3829 | 0.0329 | 6 | 10.3768 |
|
136 |
-
| 10.
|
137 |
|
138 |
|
139 |
### Framework versions
|
|
|
95 |
|
96 |
This model is a fine-tuned version of [HuggingFaceM4/tiny-random-LlamaForCausalLM](https://huggingface.co/HuggingFaceM4/tiny-random-LlamaForCausalLM) on the None dataset.
|
97 |
It achieves the following results on the evaluation set:
|
98 |
+
- Loss: 10.3766
|
99 |
|
100 |
## Model description
|
101 |
|
|
|
133 |
| 10.3806 | 0.0055 | 1 | 10.3768 |
|
134 |
| 10.3782 | 0.0164 | 3 | 10.3768 |
|
135 |
| 10.3829 | 0.0329 | 6 | 10.3768 |
|
136 |
+
| 10.3829 | 0.0493 | 9 | 10.3766 |
|
137 |
|
138 |
|
139 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -21,12 +21,12 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
-
"gate_proj",
|
25 |
-
"down_proj",
|
26 |
-
"v_proj",
|
27 |
"up_proj",
|
|
|
28 |
"q_proj",
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
|
|
|
|
|
|
24 |
"up_proj",
|
25 |
+
"gate_proj",
|
26 |
"q_proj",
|
27 |
+
"v_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 33666
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ae2ac27f7c2ea80e5a0d9004f5f3aab38ada81483a3319d4115ba21ccdb31ac
|
3 |
size 33666
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27024
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d95098d63373bb83b8f55cc9f33fe4602b0d75bf930545ec1e8aae3b194d886a
|
3 |
size 27024
|
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:f9e7b71b1ce7772469f28700f63d8a31b72c32cf43950aa8f0fc2a8925ca4941
|
3 |
size 6776
|