End of training
Browse files- README.md +2 -2
- adapter_config.json +2 -2
- metrics.jsonl +2 -0
- training_args.bin +1 -1
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 the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
- Eval/rewards/chosen: 0.0
|
23 |
- Eval/logps/chosen: -207.5800
|
24 |
- Eval/rewards/rejected: 0.0
|
@@ -58,7 +58,7 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | |
|
60 |
|:-------------:|:------:|:----:|:---------------:|:---:|
|
61 |
-
|
|
62 |
|
63 |
|
64 |
### 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 the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.9850
|
22 |
- Eval/rewards/chosen: 0.0
|
23 |
- Eval/logps/chosen: -207.5800
|
24 |
- Eval/rewards/rejected: 0.0
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | |
|
60 |
|:-------------:|:------:|:----:|:---------------:|:---:|
|
61 |
+
| 1.0625 | 0.9412 | 12 | 1.9850 | 0.0 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -21,9 +21,9 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
-
"
|
25 |
"o_proj",
|
26 |
-
"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
+
"v_proj",
|
25 |
"o_proj",
|
26 |
+
"q_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
metrics.jsonl
CHANGED
@@ -28,3 +28,5 @@
|
|
28 |
{"epoch": 0.9411764705882353, "precision": 0.43636363557024793, "recall": 0.9999999958333333, "fold": 0}
|
29 |
{"epoch": -1, "precision": 0.43636363557024793, "recall": 0.9999999958333333, "fold": 0}
|
30 |
{"epoch": 0.9411764705882353, "precision": 0.43636363557024793, "recall": 0.9999999958333333, "fold": 0}
|
|
|
|
|
|
28 |
{"epoch": 0.9411764705882353, "precision": 0.43636363557024793, "recall": 0.9999999958333333, "fold": 0}
|
29 |
{"epoch": -1, "precision": 0.43636363557024793, "recall": 0.9999999958333333, "fold": 0}
|
30 |
{"epoch": 0.9411764705882353, "precision": 0.43636363557024793, "recall": 0.9999999958333333, "fold": 0}
|
31 |
+
{"epoch": -1, "precision": 0.43636363557024793, "recall": 0.9999999958333333, "fold": 0}
|
32 |
+
{"epoch": 0.9411764705882353, "precision": 0.43636363557024793, "recall": 0.9999999958333333, "fold": 0}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0de1a0e49b6a13aec9dc9d402c7d4071479a44fe1e6b40df078d14c9f6f95bfb
|
3 |
size 5688
|