End of training
Browse files- README.md +12 -12
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- metrics.jsonl +2 -0
- metrics_epoch_0.96_fold_0_lr_0.001_seed_1234_weight_5.0.json +1 -0
- metrics_epoch_2.0_fold_0_lr_0.001_seed_1234_weight_5.0.json +1 -0
- results_epoch_0.96_fold_0_lr_0.001_seed_1234_weight_5.0.json +0 -0
- results_epoch_2.0_fold_0_lr_0.001_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:
|
27 |
-
- Eval/kl: 0.
|
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
|
@@ -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 |
-
| 0.
|
62 |
-
| 0.
|
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.7059
|
22 |
+
- Eval/rewards/chosen: -117.4201
|
23 |
+
- Eval/logps/chosen: -1371.6493
|
24 |
+
- Eval/rewards/rejected: -168.1753
|
25 |
+
- Eval/logps/rejected: -1936.1584
|
26 |
+
- Eval/rewards/margins: 50.7552
|
27 |
+
- Eval/kl: 0.0
|
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: 1234
|
|
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | |
|
60 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
61 |
+
| 0.375 | 0.96 | 12 | 0.7059 | 0.0 |
|
62 |
+
| 0.625 | 2.0 | 25 | 0.7059 | 0.0 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"q_proj",
|
24 |
-
"v_proj",
|
25 |
"k_proj",
|
26 |
-
"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
"q_proj",
|
|
|
25 |
"k_proj",
|
26 |
+
"v_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:e9eba38acc006583ffa23a72c1d8cbe44b953594fc99b6508ca1019d9ea3f791
|
3 |
size 27297544
|
metrics.jsonl
CHANGED
@@ -4,3 +4,5 @@
|
|
4 |
{"epoch": 2.0, "precision": 0.8529411739619377, "recall": 0.9666666634444444, "fold": 0}
|
5 |
{"epoch": 0.96, "precision": 0.43548387026534857, "recall": 0.899999997, "fold": 0}
|
6 |
{"epoch": 2.0, "precision": 0.4754098352862134, "recall": 0.9666666634444444, "fold": 0}
|
|
|
|
|
|
4 |
{"epoch": 2.0, "precision": 0.8529411739619377, "recall": 0.9666666634444444, "fold": 0}
|
5 |
{"epoch": 0.96, "precision": 0.43548387026534857, "recall": 0.899999997, "fold": 0}
|
6 |
{"epoch": 2.0, "precision": 0.4754098352862134, "recall": 0.9666666634444444, "fold": 0}
|
7 |
+
{"epoch": 0.96, "precision": 0.0, "recall": 0.0, "fold": 0}
|
8 |
+
{"epoch": 2.0, "precision": 0.0, "recall": 0.0, "fold": 0}
|
metrics_epoch_0.96_fold_0_lr_0.001_seed_1234_weight_5.0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 0.96, "precision": 0.0, "recall": 0.0, "fold": 0}
|
metrics_epoch_2.0_fold_0_lr_0.001_seed_1234_weight_5.0.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"epoch": 2.0, "precision": 0.0, "recall": 0.0, "fold": 0}
|
results_epoch_0.96_fold_0_lr_0.001_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.001_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:83a282cecb6c39a1af7182b08a056f87ee2bec2312e20a9676d8f3239628cacd
|
3 |
size 5688
|