sedrickkeh commited on
Commit
57216ab
·
verified ·
1 Parent(s): 580698d

End of training

Browse files
README.md CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
3
  license: llama3.1
4
  base_model: mlfoundations-dev/evol_tt_5s
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-evol_tt_5s
19
 
20
- This model is a fine-tuned version of [mlfoundations-dev/evol_tt_5s](https://huggingface.co/mlfoundations-dev/evol_tt_5s) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 2.4559
23
  - Rewards/chosen: -44.7747
 
3
  license: llama3.1
4
  base_model: mlfoundations-dev/evol_tt_5s
5
  tags:
6
+ - llama-factory
7
+ - full
8
  - trl
9
  - dpo
10
  - llama-factory
 
19
 
20
  # simpo-evol_tt_5s
21
 
22
+ This model is a fine-tuned version of [mlfoundations-dev/evol_tt_5s](https://huggingface.co/mlfoundations-dev/evol_tt_5s) on the mlfoundations-dev/gemma2-ultrafeedback-armorm dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 2.4559
25
  - Rewards/chosen: -44.7747
all_results.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997172745264349,
3
+ "eval_logits/chosen": -0.9504738450050354,
4
+ "eval_logits/rejected": -0.9573480486869812,
5
+ "eval_logps/chosen": -4.477466106414795,
6
+ "eval_logps/rejected": -5.212347030639648,
7
+ "eval_loss": 2.455941915512085,
8
+ "eval_rewards/accuracies": 0.8001337051391602,
9
+ "eval_rewards/chosen": -44.774662017822266,
10
+ "eval_rewards/margins": 7.348804473876953,
11
+ "eval_rewards/rejected": -52.12346649169922,
12
+ "eval_runtime": 100.659,
13
+ "eval_samples_per_second": 29.595,
14
+ "eval_steps_per_second": 1.858,
15
+ "total_flos": 134366991482880.0,
16
+ "train_loss": 3.275575773208929,
17
+ "train_runtime": 7589.4389,
18
+ "train_samples_per_second": 7.456,
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": -0.9504738450050354,
4
+ "eval_logits/rejected": -0.9573480486869812,
5
+ "eval_logps/chosen": -4.477466106414795,
6
+ "eval_logps/rejected": -5.212347030639648,
7
+ "eval_loss": 2.455941915512085,
8
+ "eval_rewards/accuracies": 0.8001337051391602,
9
+ "eval_rewards/chosen": -44.774662017822266,
10
+ "eval_rewards/margins": 7.348804473876953,
11
+ "eval_rewards/rejected": -52.12346649169922,
12
+ "eval_runtime": 100.659,
13
+ "eval_samples_per_second": 29.595,
14
+ "eval_steps_per_second": 1.858
15
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997172745264349,
3
+ "total_flos": 134366991482880.0,
4
+ "train_loss": 3.275575773208929,
5
+ "train_runtime": 7589.4389,
6
+ "train_samples_per_second": 7.456,
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