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 [huggyllama/llama-7b](https://huggingface.co/huggyllama/llama-7b) on the None dataset.
|
106 |
It achieves the following results on the evaluation set:
|
107 |
-
- Loss: 0.
|
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 |
-
| 0.
|
142 |
|
143 |
|
144 |
### Framework versions
|
|
|
104 |
|
105 |
This model is a fine-tuned version of [huggyllama/llama-7b](https://huggingface.co/huggyllama/llama-7b) on the None dataset.
|
106 |
It achieves the following results on the evaluation set:
|
107 |
+
- Loss: 0.3318
|
108 |
|
109 |
## Model description
|
110 |
|
|
|
138 |
|
139 |
| Training Loss | Epoch | Step | Validation Loss |
|
140 |
|:-------------:|:------:|:----:|:---------------:|
|
141 |
+
| 0.4272 | 0.1071 | 1000 | 0.3318 |
|
142 |
|
143 |
|
144 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"o_proj",
|
24 |
-
"k_proj",
|
25 |
-
"up_proj",
|
26 |
"q_proj",
|
27 |
-
"v_proj",
|
28 |
"gate_proj",
|
29 |
-
"down_proj"
|
|
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"q_proj",
|
|
|
24 |
"gate_proj",
|
25 |
+
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj",
|
28 |
+
"o_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 80115210
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bc35ac19bbcc90cc4979bb67c3a15a504fbd5325913aab839e68fbd0816839e
|
3 |
size 80115210
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80013120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adfbbddb6d36c12289912b5fa1c4a076dc9ec72221af86dd87e0083ff3608563
|
3 |
size 80013120
|
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:ec54d060fa3c10be7a79720000a71081ddc512eda26e7a24166cfc8633b27fc3
|
3 |
size 6776
|