sedrickkeh commited on
Commit
c3ef54f
·
verified ·
1 Parent(s): 8a50224

End of training

Browse files
README.md CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
3
  license: llama3.1
4
  base_model: mlfoundations-dev/stackexchange_christianity
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-stackexchange_christianity
19
 
20
- This model is a fine-tuned version of [mlfoundations-dev/stackexchange_christianity](https://huggingface.co/mlfoundations-dev/stackexchange_christianity) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 2.5820
23
  - Rewards/chosen: -43.5673
 
3
  license: llama3.1
4
  base_model: mlfoundations-dev/stackexchange_christianity
5
  tags:
6
+ - llama-factory
7
+ - full
8
  - trl
9
  - dpo
10
  - llama-factory
 
19
 
20
  # simpo-stackexchange_christianity
21
 
22
+ This model is a fine-tuned version of [mlfoundations-dev/stackexchange_christianity](https://huggingface.co/mlfoundations-dev/stackexchange_christianity) on the mlfoundations-dev/gemma2-ultrafeedback-armorm dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 2.5820
25
  - Rewards/chosen: -43.5673
all_results.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997172745264349,
3
+ "eval_logits/chosen": -0.925058126449585,
4
+ "eval_logits/rejected": -0.9405221939086914,
5
+ "eval_logps/chosen": -4.356727600097656,
6
+ "eval_logps/rejected": -5.03577995300293,
7
+ "eval_loss": 2.5820231437683105,
8
+ "eval_rewards/accuracies": 0.7914438247680664,
9
+ "eval_rewards/chosen": -43.56727981567383,
10
+ "eval_rewards/margins": 6.790517807006836,
11
+ "eval_rewards/rejected": -50.35779571533203,
12
+ "eval_runtime": 50.3639,
13
+ "eval_samples_per_second": 59.15,
14
+ "eval_steps_per_second": 3.713,
15
+ "total_flos": 134366991482880.0,
16
+ "train_loss": 3.371998559026157,
17
+ "train_runtime": 3776.6556,
18
+ "train_samples_per_second": 14.984,
19
+ "train_steps_per_second": 0.117
20
+ }
eval_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997172745264349,
3
+ "eval_logits/chosen": -0.925058126449585,
4
+ "eval_logits/rejected": -0.9405221939086914,
5
+ "eval_logps/chosen": -4.356727600097656,
6
+ "eval_logps/rejected": -5.03577995300293,
7
+ "eval_loss": 2.5820231437683105,
8
+ "eval_rewards/accuracies": 0.7914438247680664,
9
+ "eval_rewards/chosen": -43.56727981567383,
10
+ "eval_rewards/margins": 6.790517807006836,
11
+ "eval_rewards/rejected": -50.35779571533203,
12
+ "eval_runtime": 50.3639,
13
+ "eval_samples_per_second": 59.15,
14
+ "eval_steps_per_second": 3.713
15
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997172745264349,
3
+ "total_flos": 134366991482880.0,
4
+ "train_loss": 3.371998559026157,
5
+ "train_runtime": 3776.6556,
6
+ "train_samples_per_second": 14.984,
7
+ "train_steps_per_second": 0.117
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