PaulD commited on
Commit
b278698
1 Parent(s): 51c96d0

End of training

Browse files
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: 1.0466
22
- - Eval/rewards/chosen: -0.2063
23
- - Eval/logps/chosen: -199.5112
24
- - Eval/rewards/rejected: -0.2128
25
- - Eval/logps/rejected: -256.5334
26
- - Eval/rewards/margins: 0.0065
27
- - Eval/kl: 0.0
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: 1e-05
47
  - train_batch_size: 1
48
  - eval_batch_size: 2
49
- - seed: 1234
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
- | 1.7092 | 0.96 | 12 | 1.0871 | 0.0293 |
62
- | 1.1814 | 2.0 | 25 | 1.0466 | 0.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.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:27903a3b3043c02e2d7dc42d3e7f7c844117961a2c15068be632dd5d9ddfb031
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:1d7fb04fe53a69c0947a1c162ecc7667487c5218a7fa30cd0338ed7127717252
3
  size 5688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3015864a02e074df16dca1b82335c7f1f02b788ef694b1ccbec216ecd71ce4
3
  size 5688