End of training
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4336
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|
|
56 |
+
| 0.4743 | 0.2 | 100 | 0.4544 |
|
57 |
+
| 0.4208 | 0.4 | 200 | 0.4448 |
|
58 |
+
| 0.3752 | 0.6 | 300 | 0.4365 |
|
59 |
+
| 0.4077 | 0.8 | 400 | 0.4404 |
|
60 |
+
| 0.3431 | 1.0 | 500 | 0.4336 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"mlp.down_proj",
|
24 |
"self_attn.q_proj",
|
25 |
"self_attn.o_proj",
|
26 |
-
"self_attn.k_proj",
|
27 |
-
"mlp.gate_proj",
|
28 |
"mlp.up_proj",
|
29 |
-
"self_attn.v_proj"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"self_attn.q_proj",
|
24 |
"self_attn.o_proj",
|
|
|
|
|
25 |
"mlp.up_proj",
|
26 |
+
"self_attn.v_proj",
|
27 |
+
"mlp.gate_proj",
|
28 |
+
"mlp.down_proj",
|
29 |
+
"self_attn.k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4538560864
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:070807343ef614c96ed8925f0b9f3b2ac096a11f8e5ac62bdf4044a8b7b1ee6b
|
3 |
size 4538560864
|
runs/Jul26_16-04-57_e017b2228729/events.out.tfevents.1722009909.e017b2228729.106217.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15b4740f66a7edc3457b2ec8b65830bc150da76abf0d99799a2ff6c51a44dbe7
|
3 |
+
size 18010
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e50656e0b225bf08ea700f0d47c321a4e1cb71c8a1cbd1a8c0e752c0c3021c20
|
3 |
size 5496
|