chchen commited on
Commit
7e8058a
1 Parent(s): 8541204

End of training

Browse files
README.md CHANGED
@@ -2,9 +2,10 @@
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
 
 
5
  - trl
6
  - dpo
7
- - llama-factory
8
  - generated_from_trainer
9
  base_model: tiiuae/falcon-7b-instruct
10
  model-index:
@@ -17,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # Falcon-7B-Instruct-ORPO
19
 
20
- This model is a fine-tuned version of [tiiuae/falcon-7b-instruct](https://huggingface.co/tiiuae/falcon-7b-instruct) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.5155
23
  - Rewards/chosen: -0.1444
 
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
5
+ - llama-factory
6
+ - lora
7
  - trl
8
  - dpo
 
9
  - generated_from_trainer
10
  base_model: tiiuae/falcon-7b-instruct
11
  model-index:
 
18
 
19
  # Falcon-7B-Instruct-ORPO
20
 
21
+ This model is a fine-tuned version of [tiiuae/falcon-7b-instruct](https://huggingface.co/tiiuae/falcon-7b-instruct) on the dpo_mix_en dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 1.5155
24
  - Rewards/chosen: -0.1444
all_results.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.997999555456768,
3
+ "eval_logits/chosen": -14.466456413269043,
4
+ "eval_logits/rejected": -14.543242454528809,
5
+ "eval_logps/chosen": -1.44402277469635,
6
+ "eval_logps/rejected": -1.5389362573623657,
7
+ "eval_loss": 1.5154520273208618,
8
+ "eval_odds_ratio_loss": 0.7142924666404724,
9
+ "eval_rewards/accuracies": 0.5090000033378601,
10
+ "eval_rewards/chosen": -0.14440228044986725,
11
+ "eval_rewards/margins": 0.00949135422706604,
12
+ "eval_rewards/rejected": -0.15389364957809448,
13
+ "eval_runtime": 412.9523,
14
+ "eval_samples_per_second": 2.422,
15
+ "eval_sft_loss": 1.44402277469635,
16
+ "eval_steps_per_second": 1.211,
17
+ "total_flos": 1.8091810238164992e+18,
18
+ "train_loss": 1.5885293396059446,
19
+ "train_runtime": 25020.7826,
20
+ "train_samples_per_second": 1.079,
21
+ "train_steps_per_second": 0.067
22
+ }
eval_results.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.997999555456768,
3
+ "eval_logits/chosen": -14.466456413269043,
4
+ "eval_logits/rejected": -14.543242454528809,
5
+ "eval_logps/chosen": -1.44402277469635,
6
+ "eval_logps/rejected": -1.5389362573623657,
7
+ "eval_loss": 1.5154520273208618,
8
+ "eval_odds_ratio_loss": 0.7142924666404724,
9
+ "eval_rewards/accuracies": 0.5090000033378601,
10
+ "eval_rewards/chosen": -0.14440228044986725,
11
+ "eval_rewards/margins": 0.00949135422706604,
12
+ "eval_rewards/rejected": -0.15389364957809448,
13
+ "eval_runtime": 412.9523,
14
+ "eval_samples_per_second": 2.422,
15
+ "eval_sft_loss": 1.44402277469635,
16
+ "eval_steps_per_second": 1.211
17
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.997999555456768,
3
+ "total_flos": 1.8091810238164992e+18,
4
+ "train_loss": 1.5885293396059446,
5
+ "train_runtime": 25020.7826,
6
+ "train_samples_per_second": 1.079,
7
+ "train_steps_per_second": 0.067
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
training_sft_loss.png ADDED