End of training
Browse files- README.md +4 -4
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -102,7 +102,7 @@ xformers_attention: null
|
|
102 |
|
103 |
This model is a fine-tuned version of [oopsung/llama2-7b-koNqa-test-v1](https://huggingface.co/oopsung/llama2-7b-koNqa-test-v1) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
-
- Loss: 12.
|
106 |
|
107 |
## Model description
|
108 |
|
@@ -138,9 +138,9 @@ The following hyperparameters were used during training:
|
|
138 |
| Training Loss | Epoch | Step | Validation Loss |
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
| 14.12 | 0.0008 | 1 | 16.0395 |
|
141 |
-
| 17.
|
142 |
-
| 14.
|
143 |
-
| 13.
|
144 |
|
145 |
|
146 |
### Framework versions
|
|
|
102 |
|
103 |
This model is a fine-tuned version of [oopsung/llama2-7b-koNqa-test-v1](https://huggingface.co/oopsung/llama2-7b-koNqa-test-v1) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
+
- Loss: 12.1044
|
106 |
|
107 |
## Model description
|
108 |
|
|
|
138 |
| Training Loss | Epoch | Step | Validation Loss |
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
| 14.12 | 0.0008 | 1 | 16.0395 |
|
141 |
+
| 17.5635 | 0.0024 | 3 | 16.0100 |
|
142 |
+
| 14.5364 | 0.0049 | 6 | 15.2227 |
|
143 |
+
| 13.087 | 0.0073 | 9 | 12.1044 |
|
144 |
|
145 |
|
146 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"up_proj",
|
24 |
-
"down_proj",
|
25 |
"k_proj",
|
|
|
|
|
26 |
"q_proj",
|
27 |
-
"
|
28 |
-
"gate_proj",
|
29 |
-
"v_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
"up_proj",
|
|
|
25 |
"k_proj",
|
26 |
+
"v_proj",
|
27 |
+
"down_proj",
|
28 |
"q_proj",
|
29 |
+
"gate_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:fe2928bc6d8524ca0984e9c0c8fcdfa37e1ab85c50605b56691e5f76f3d55d7e
|
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:98a4a6013533b370515ea8a5910eaf0e999b88219095bba1ea648d832063869a
|
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:a6e1305fc8f281ddb72b2abbc2f99245c4a414545702847872a68fca4d715eef
|
3 |
size 6776
|