End of training
Browse files- README.md +15 -15
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- metrics.jsonl +4 -0
- metrics_epoch_0.9411764705882353_fold_0_lr_0.0001_seed_9012.json +1 -0
- metrics_epoch_1.9607843137254903_fold_0_lr_0.0001_seed_9012.json +1 -0
- metrics_epoch_2.980392156862745_fold_0_lr_0.0001_seed_9012.json +1 -0
- metrics_epoch_3.764705882352941_fold_0_lr_0.0001_seed_9012.json +1 -0
- results_epoch_0.9411764705882353_fold_0_lr_0.0001_seed_9012.json +0 -0
- results_epoch_1.9607843137254903_fold_0_lr_0.0001_seed_9012.json +0 -0
- results_epoch_2.980392156862745_fold_0_lr_0.0001_seed_9012.json +0 -0
- results_epoch_3.764705882352941_fold_0_lr_0.0001_seed_9012.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,10 +43,10 @@ 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:
|
50 |
- gradient_accumulation_steps: 8
|
51 |
- total_train_batch_size: 8
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
@@ -56,12 +56,12 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
-
| Training Loss | Epoch
|
60 |
-
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### 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.7043
|
22 |
+
- Eval/rewards/chosen: 2.7139
|
23 |
+
- Eval/logps/chosen: -180.4410
|
24 |
+
- Eval/rewards/rejected: 2.5251
|
25 |
+
- Eval/logps/rejected: -196.3258
|
26 |
+
- Eval/rewards/margins: 0.1888
|
27 |
+
- Eval/kl: 22.1345
|
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: 9012
|
50 |
- gradient_accumulation_steps: 8
|
51 |
- total_train_batch_size: 8
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | |
|
60 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
61 |
+
| 0.5502 | 0.9412 | 12 | 0.6760 | 8.5385 |
|
62 |
+
| 0.3996 | 1.9608 | 25 | 0.6791 | 17.9477 |
|
63 |
+
| 0.2636 | 2.9804 | 38 | 0.7076 | 21.9801 |
|
64 |
+
| 0.34 | 3.7647 | 48 | 0.7043 | 22.1345 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
-
"o_proj",
|
25 |
"q_proj",
|
26 |
-
"
|
|
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"q_proj",
|
24 |
+
"v_proj",
|
25 |
+
"k_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:d6a162993557bf76220bd80f53f3d490e22e78e084f5148682e238148f96cf40
|
3 |
size 27297544
|
metrics.jsonl
CHANGED
@@ -14,3 +14,7 @@
|
|
14 |
{"epoch": 2.0, "precision": 0.3529411757785467, "recall": 0.9999999944444444, "fold": 0}
|
15 |
{"epoch": 2.96, "precision": 0.3333333326797386, "recall": 0.9444444391975308, "fold": 0}
|
16 |
{"epoch": 3.84, "precision": 0.33333333271604937, "recall": 0.9999999944444444, "fold": 0}
|
|
|
|
|
|
|
|
|
|
14 |
{"epoch": 2.0, "precision": 0.3529411757785467, "recall": 0.9999999944444444, "fold": 0}
|
15 |
{"epoch": 2.96, "precision": 0.3333333326797386, "recall": 0.9444444391975308, "fold": 0}
|
16 |
{"epoch": 3.84, "precision": 0.33333333271604937, "recall": 0.9999999944444444, "fold": 0}
|
17 |
+
{"epoch": 0.9411764705882353, "precision": 0.47058823437139563, "recall": 0.9999999958333333, "fold": 0}
|
18 |
+
{"epoch": 1.9607843137254903, "precision": 0.6666666646464646, "recall": 0.9166666628472222, "fold": 0}
|
19 |
+
{"epoch": 2.980392156862745, "precision": 0.6451612882414152, "recall": 0.8333333298611111, "fold": 0}
|
20 |
+
{"epoch": 3.764705882352941, "precision": 0.6451612882414152, "recall": 0.8333333298611111, "fold": 0}
|
metrics_epoch_0.9411764705882353_fold_0_lr_0.0001_seed_9012.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 0.9411764705882353, "precision": 0.47058823437139563, "recall": 0.9999999958333333, "fold": 0}
|
metrics_epoch_1.9607843137254903_fold_0_lr_0.0001_seed_9012.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 1.9607843137254903, "precision": 0.6666666646464646, "recall": 0.9166666628472222, "fold": 0}
|
metrics_epoch_2.980392156862745_fold_0_lr_0.0001_seed_9012.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 2.980392156862745, "precision": 0.6451612882414152, "recall": 0.8333333298611111, "fold": 0}
|
metrics_epoch_3.764705882352941_fold_0_lr_0.0001_seed_9012.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 3.764705882352941, "precision": 0.6451612882414152, "recall": 0.8333333298611111, "fold": 0}
|
results_epoch_0.9411764705882353_fold_0_lr_0.0001_seed_9012.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results_epoch_1.9607843137254903_fold_0_lr_0.0001_seed_9012.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results_epoch_2.980392156862745_fold_0_lr_0.0001_seed_9012.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results_epoch_3.764705882352941_fold_0_lr_0.0001_seed_9012.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:9f83b5814ea47fa9e8f412336fab0b6a313875271cb82b9c6fe937db904a888d
|
3 |
size 5688
|