sedrickkeh commited on
Commit
12e3fb1
·
verified ·
1 Parent(s): d8cb051

End of training

Browse files
README.md CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
3
  license: llama3.1
4
  base_model: mlfoundations-dev/llama3-1_8b_oh_v3.1_wo_camel_ai_math
5
  tags:
 
 
6
  - trl
7
  - dpo
8
  - llama-factory
@@ -17,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # simpo-oh_v3.1_wo_camel_ai_math
19
 
20
- This model is a fine-tuned version of [mlfoundations-dev/llama3-1_8b_oh_v3.1_wo_camel_ai_math](https://huggingface.co/mlfoundations-dev/llama3-1_8b_oh_v3.1_wo_camel_ai_math) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 2.3920
23
  - Rewards/chosen: -43.0742
 
3
  license: llama3.1
4
  base_model: mlfoundations-dev/llama3-1_8b_oh_v3.1_wo_camel_ai_math
5
  tags:
6
+ - llama-factory
7
+ - full
8
  - trl
9
  - dpo
10
  - llama-factory
 
19
 
20
  # simpo-oh_v3.1_wo_camel_ai_math
21
 
22
+ This model is a fine-tuned version of [mlfoundations-dev/llama3-1_8b_oh_v3.1_wo_camel_ai_math](https://huggingface.co/mlfoundations-dev/llama3-1_8b_oh_v3.1_wo_camel_ai_math) on the mlfoundations-dev/gemma2-ultrafeedback-armorm dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 2.3920
25
  - Rewards/chosen: -43.0742
all_results.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997172745264349,
3
+ "eval_logits/chosen": -1.1595183610916138,
4
+ "eval_logits/rejected": -1.1711369752883911,
5
+ "eval_logps/chosen": -4.307417392730713,
6
+ "eval_logps/rejected": -5.051736831665039,
7
+ "eval_loss": 2.3919546604156494,
8
+ "eval_rewards/accuracies": 0.8038102388381958,
9
+ "eval_rewards/chosen": -43.07417297363281,
10
+ "eval_rewards/margins": 7.443192958831787,
11
+ "eval_rewards/rejected": -50.517372131347656,
12
+ "eval_runtime": 100.3048,
13
+ "eval_samples_per_second": 29.699,
14
+ "eval_steps_per_second": 1.864,
15
+ "total_flos": 134366991482880.0,
16
+ "train_loss": 3.293350306571339,
17
+ "train_runtime": 7617.916,
18
+ "train_samples_per_second": 7.429,
19
+ "train_steps_per_second": 0.058
20
+ }
eval_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997172745264349,
3
+ "eval_logits/chosen": -1.1595183610916138,
4
+ "eval_logits/rejected": -1.1711369752883911,
5
+ "eval_logps/chosen": -4.307417392730713,
6
+ "eval_logps/rejected": -5.051736831665039,
7
+ "eval_loss": 2.3919546604156494,
8
+ "eval_rewards/accuracies": 0.8038102388381958,
9
+ "eval_rewards/chosen": -43.07417297363281,
10
+ "eval_rewards/margins": 7.443192958831787,
11
+ "eval_rewards/rejected": -50.517372131347656,
12
+ "eval_runtime": 100.3048,
13
+ "eval_samples_per_second": 29.699,
14
+ "eval_steps_per_second": 1.864
15
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997172745264349,
3
+ "total_flos": 134366991482880.0,
4
+ "train_loss": 3.293350306571339,
5
+ "train_runtime": 7617.916,
6
+ "train_samples_per_second": 7.429,
7
+ "train_steps_per_second": 0.058
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_eval_loss.png ADDED
training_loss.png ADDED
training_rewards_accuracies.png ADDED