End of training
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [beomi/llama-2-ko-7b](https://huggingface.co/beomi/llama-2-ko-7b) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -52,9 +52,9 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [beomi/llama-2-ko-7b](https://huggingface.co/beomi/llama-2-ko-7b) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8265
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
+
| 0.9417 | 1.0 | 112 | 0.8217 |
|
56 |
+
| 0.7246 | 2.0 | 225 | 0.7960 |
|
57 |
+
| 0.5382 | 2.99 | 336 | 0.8265 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -19,13 +19,13 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"gate_proj",
|
25 |
"o_proj",
|
|
|
|
|
26 |
"v_proj",
|
27 |
-
"
|
28 |
-
"q_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"down_proj",
|
23 |
+
"q_proj",
|
|
|
24 |
"o_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"k_proj",
|
27 |
"v_proj",
|
28 |
+
"up_proj"
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2158096728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:249d6b71e16cdc532f0dac96c7ecaaccebed057563e0c6f4283e21820cfb53f0
|
3 |
size 2158096728
|
runs/Apr19_17-24-13_50934c259f6c/events.out.tfevents.1713547473.50934c259f6c.295.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b80bdce282f5f57d0b3fe093adb7c74d378578637a2d515dc703186159f5c109
|
3 |
+
size 8045
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:790189610484119fa87f6e6e8d7db754c60972486383787cd886f9bbb1e09691
|
3 |
size 4728
|