End of training
Browse files- README.md +13 -13
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- metrics.jsonl +2 -0
- metrics_epoch_0.96_fold_0_lr_0.001_seed_5678_weight_2.0.json +1 -0
- metrics_epoch_2.0_fold_0_lr_0.001_seed_5678_weight_2.0.json +1 -0
- results_epoch_0.96_fold_0_lr_0.001_seed_5678_weight_2.0.json +0 -0
- results_epoch_2.0_fold_0_lr_0.001_seed_5678_weight_2.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:
|
22 |
-
- Eval/rewards/chosen:
|
23 |
-
- Eval/logps/chosen: -
|
24 |
-
- Eval/rewards/rejected:
|
25 |
-
- Eval/logps/rejected: -
|
26 |
-
- Eval/rewards/margins:
|
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,10 +56,10 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
60 |
-
|
61 |
-
|
|
62 |
-
|
|
63 |
|
64 |
|
65 |
### 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.8384
|
22 |
+
- Eval/rewards/chosen: 4.1202
|
23 |
+
- Eval/logps/chosen: -159.3281
|
24 |
+
- Eval/rewards/rejected: 5.6445
|
25 |
+
- Eval/logps/rejected: -183.8697
|
26 |
+
- Eval/rewards/margins: -1.5243
|
27 |
+
- Eval/kl: 46.6855
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 0.001
|
47 |
- train_batch_size: 1
|
48 |
- eval_batch_size: 2
|
49 |
+
- seed: 5678
|
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.5473 | 0.96 | 12 | 0.7074 | 21.7741 |
|
62 |
+
| 0.571 | 2.0 | 25 | 0.8384 | 46.6855 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
24 |
-
"k_proj",
|
25 |
"v_proj",
|
|
|
26 |
"o_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
|
|
24 |
"v_proj",
|
25 |
+
"k_proj",
|
26 |
"o_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
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:33f4253903a33fecdab9905931d778edf5ca9afefb0ed414f36196e361c13176
|
3 |
size 27297544
|
metrics.jsonl
CHANGED
@@ -10,3 +10,5 @@
|
|
10 |
{"epoch": 2.0, "precision": 0.8333333287037037, "recall": 0.4999999983333333, "fold": 0}
|
11 |
{"epoch": 0.96, "precision": 0.4915254228957196, "recall": 0.9666666634444444, "fold": 0}
|
12 |
{"epoch": 2.0, "precision": 0.5686274498654363, "recall": 0.9666666634444444, "fold": 0}
|
|
|
|
|
|
10 |
{"epoch": 2.0, "precision": 0.8333333287037037, "recall": 0.4999999983333333, "fold": 0}
|
11 |
{"epoch": 0.96, "precision": 0.4915254228957196, "recall": 0.9666666634444444, "fold": 0}
|
12 |
{"epoch": 2.0, "precision": 0.5686274498654363, "recall": 0.9666666634444444, "fold": 0}
|
13 |
+
{"epoch": 0.96, "precision": 0.3582089546892404, "recall": 0.7999999973333333, "fold": 0}
|
14 |
+
{"epoch": 2.0, "precision": 0.624999998046875, "recall": 0.6666666644444444, "fold": 0}
|
metrics_epoch_0.96_fold_0_lr_0.001_seed_5678_weight_2.0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 0.96, "precision": 0.3582089546892404, "recall": 0.7999999973333333, "fold": 0}
|
metrics_epoch_2.0_fold_0_lr_0.001_seed_5678_weight_2.0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 2.0, "precision": 0.624999998046875, "recall": 0.6666666644444444, "fold": 0}
|
results_epoch_0.96_fold_0_lr_0.001_seed_5678_weight_2.0.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results_epoch_2.0_fold_0_lr_0.001_seed_5678_weight_2.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:aa3015864a02e074df16dca1b82335c7f1f02b788ef694b1ccbec216ecd71ce4
|
3 |
size 5688
|