End of training
Browse files- README.md +14 -14
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- metrics.jsonl +6 -0
- metrics_epoch_0.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json +1 -0
- metrics_epoch_2.0_fold_0_lr_0.0001_seed_1234_weight_5.0.json +1 -0
- metrics_epoch_2.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json +1 -0
- metrics_epoch_4.0_fold_0_lr_0.0001_seed_1234_weight_5.0.json +1 -0
- metrics_epoch_4.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json +1 -0
- metrics_epoch_5.76_fold_0_lr_0.0001_seed_1234_weight_5.0.json +1 -0
- results_epoch_0.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json +0 -0
- results_epoch_2.0_fold_0_lr_0.0001_seed_1234_weight_5.0.json +0 -0
- results_epoch_2.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json +0 -0
- results_epoch_4.0_fold_0_lr_0.0001_seed_1234_weight_5.0.json +0 -0
- results_epoch_4.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json +0 -0
- results_epoch_5.76_fold_0_lr_0.0001_seed_1234_weight_5.0.json +0 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,13 +18,13 @@ 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: 0.
|
22 |
-
- Eval/rewards/chosen:
|
23 |
-
- Eval/logps/chosen: -
|
24 |
-
- Eval/rewards/rejected:
|
25 |
-
- Eval/logps/rejected: -
|
26 |
-
- Eval/rewards/margins: 0.
|
27 |
-
- Eval/kl:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,7 +43,7 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
- train_batch_size: 1
|
48 |
- eval_batch_size: 2
|
49 |
- seed: 1234
|
@@ -58,12 +58,12 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### 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: 0.7798
|
22 |
+
- Eval/rewards/chosen: 0.5857
|
23 |
+
- Eval/logps/chosen: -186.9679
|
24 |
+
- Eval/rewards/rejected: 0.0902
|
25 |
+
- Eval/logps/rejected: -228.9668
|
26 |
+
- Eval/rewards/margins: 0.4955
|
27 |
+
- Eval/kl: 5.4514
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 0.0001
|
47 |
- train_batch_size: 1
|
48 |
- eval_batch_size: 2
|
49 |
- seed: 1234
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
61 |
+
| 0.4717 | 0.96 | 12 | 0.7882 | 0.0 |
|
62 |
+
| 0.6064 | 2.0 | 25 | 0.8020 | 0.0 |
|
63 |
+
| 0.2324 | 2.96 | 37 | 0.7275 | 0.0 |
|
64 |
+
| 0.4044 | 4.0 | 50 | 0.7863 | 3.8025 |
|
65 |
+
| 0.1764 | 4.96 | 62 | 0.7797 | 5.4128 |
|
66 |
+
| 0.1937 | 5.76 | 72 | 0.7798 | 5.4514 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"q_proj",
|
24 |
"k_proj",
|
25 |
-
"
|
26 |
-
"
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"k_proj",
|
24 |
+
"v_proj",
|
25 |
+
"q_proj",
|
26 |
+
"o_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"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 27297544
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd0f287c410d17afd2017cc81f569d803e7941020f6d35ea72a6a40753058843
|
3 |
size 27297544
|
metrics.jsonl
CHANGED
@@ -34,3 +34,9 @@
|
|
34 |
{"epoch": 4.0, "precision": 0.4444444432098765, "recall": 0.8888888839506173, "fold": 0}
|
35 |
{"epoch": 4.96, "precision": 0.5624999982421874, "recall": 0.9999999944444444, "fold": 0}
|
36 |
{"epoch": 5.76, "precision": 0.5624999982421874, "recall": 0.9999999944444444, "fold": 0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
{"epoch": 4.0, "precision": 0.4444444432098765, "recall": 0.8888888839506173, "fold": 0}
|
35 |
{"epoch": 4.96, "precision": 0.5624999982421874, "recall": 0.9999999944444444, "fold": 0}
|
36 |
{"epoch": 5.76, "precision": 0.5624999982421874, "recall": 0.9999999944444444, "fold": 0}
|
37 |
+
{"epoch": 0.96, "precision": 0.7368421013850416, "recall": 0.7777777734567901, "fold": 0}
|
38 |
+
{"epoch": 2.0, "precision": 0.9166666590277779, "recall": 0.6111111077160494, "fold": 0}
|
39 |
+
{"epoch": 2.96, "precision": 0.9090909008264464, "recall": 0.5555555524691358, "fold": 0}
|
40 |
+
{"epoch": 4.0, "precision": 0.5999999976, "recall": 0.8333333287037037, "fold": 0}
|
41 |
+
{"epoch": 4.96, "precision": 0.8571428530612245, "recall": 0.9999999944444444, "fold": 0}
|
42 |
+
{"epoch": 5.76, "precision": 0.6521739102079395, "recall": 0.8333333287037037, "fold": 0}
|
metrics_epoch_0.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 0.96, "precision": 0.7368421013850416, "recall": 0.7777777734567901, "fold": 0}
|
metrics_epoch_2.0_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 2.0, "precision": 0.9166666590277779, "recall": 0.6111111077160494, "fold": 0}
|
metrics_epoch_2.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 2.96, "precision": 0.9090909008264464, "recall": 0.5555555524691358, "fold": 0}
|
metrics_epoch_4.0_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 4.0, "precision": 0.5999999976, "recall": 0.8333333287037037, "fold": 0}
|
metrics_epoch_4.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 4.96, "precision": 0.8571428530612245, "recall": 0.9999999944444444, "fold": 0}
|
metrics_epoch_5.76_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 5.76, "precision": 0.6521739102079395, "recall": 0.8333333287037037, "fold": 0}
|
results_epoch_0.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results_epoch_2.0_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results_epoch_2.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results_epoch_4.0_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results_epoch_4.96_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results_epoch_5.76_fold_0_lr_0.0001_seed_1234_weight_5.0.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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:6b74f3e936e08862ebf5fd31b5b02a10a144c64e15736f12371a9fa61437cf02
|
3 |
size 5688
|