End of training
Browse files- README.md +4 -4
- adapter_config.json +5 -5
- 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 [oopsung/llama2-7b-n-ox-test-v1](https://huggingface.co/oopsung/llama2-7b-n-ox-test-v1) on the None dataset.
|
97 |
It achieves the following results on the evaluation set:
|
98 |
-
- Loss: 2.
|
99 |
|
100 |
## Model description
|
101 |
|
@@ -131,9 +131,9 @@ The following hyperparameters were used during training:
|
|
131 |
| Training Loss | Epoch | Step | Validation Loss |
|
132 |
|:-------------:|:------:|:----:|:---------------:|
|
133 |
| 2.4864 | 0.0002 | 1 | 3.1967 |
|
134 |
-
| 3.
|
135 |
-
| 1.
|
136 |
-
| 1.
|
137 |
|
138 |
|
139 |
### Framework versions
|
|
|
95 |
|
96 |
This model is a fine-tuned version of [oopsung/llama2-7b-n-ox-test-v1](https://huggingface.co/oopsung/llama2-7b-n-ox-test-v1) on the None dataset.
|
97 |
It achieves the following results on the evaluation set:
|
98 |
+
- Loss: 2.1707
|
99 |
|
100 |
## Model description
|
101 |
|
|
|
131 |
| Training Loss | Epoch | Step | Validation Loss |
|
132 |
|:-------------:|:------:|:----:|:---------------:|
|
133 |
| 2.4864 | 0.0002 | 1 | 3.1967 |
|
134 |
+
| 3.3931 | 0.0007 | 3 | 3.0885 |
|
135 |
+
| 1.8125 | 0.0014 | 6 | 2.6186 |
|
136 |
+
| 1.7235 | 0.0022 | 9 | 2.1707 |
|
137 |
|
138 |
|
139 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"down_proj",
|
24 |
-
"gate_proj",
|
25 |
"v_proj",
|
26 |
-
"o_proj",
|
27 |
"k_proj",
|
28 |
-
"
|
29 |
-
"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"v_proj",
|
|
|
24 |
"k_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"o_proj",
|
27 |
+
"down_proj",
|
28 |
+
"up_proj",
|
29 |
+
"q_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:d70f3f56e50690fb9941969b6c52c4cd9ba3c61d14d44c41156b2c8e2d75d839
|
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:eee58fcfc933c5b893ee33209f23fea23abe21f45cc727ed46f6d1d27c0edfd5
|
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:c8e3eaba4fc887116ba05575a8a64bfbe0629dae4f12cb37cac79d895993962b
|
3 |
size 6776
|