hZzy commited on
Commit
8a3032e
1 Parent(s): a52a8a0

End of training

Browse files
Files changed (4) hide show
  1. README.md +16 -9
  2. all_results.json +14 -0
  3. config.json +1 -1
  4. eval_results.json +17 -0
README.md CHANGED
@@ -2,9 +2,16 @@
2
  license: apache-2.0
3
  base_model: hZzy/qwen2.5-0.5b-sft-news-IFT
4
  tags:
 
 
5
  - trl
6
  - expo
7
  - generated_from_trainer
 
 
 
 
 
8
  model-index:
9
  - name: qwen2.5-0.5b-expo-L2EXPO-ES-1000
10
  results: []
@@ -16,18 +23,18 @@ should probably proofread and complete it, then remove this comment. -->
16
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/zhiyuzha-university-of-florida/huggingface/runs/dy5f34x3)
17
  # qwen2.5-0.5b-expo-L2EXPO-ES-1000
18
 
19
- This model is a fine-tuned version of [hZzy/qwen2.5-0.5b-sft-news-IFT](https://huggingface.co/hZzy/qwen2.5-0.5b-sft-news-IFT) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 5143.4609
22
- - Logps: -84.2929
23
- - Logits: -0.5245
24
- - Objective: 5173.7549
25
- - Dpo Loss: 2621.0728
26
- - Regularize: 5173.7549
27
- - Ranking Simple: 0.5259
28
  - Ranking Idealized: 0.5212
29
  - Ranking Idealized Expo: 0.5212
30
- - Wo Beta: 14.1584
31
 
32
  ## Model description
33
 
 
2
  license: apache-2.0
3
  base_model: hZzy/qwen2.5-0.5b-sft-news-IFT
4
  tags:
5
+ - alignment-handbook
6
+ - ndcg
7
  - trl
8
  - expo
9
  - generated_from_trainer
10
+ - trl
11
+ - expo
12
+ - generated_from_trainer
13
+ datasets:
14
+ - hZzy/train_pairwise
15
  model-index:
16
  - name: qwen2.5-0.5b-expo-L2EXPO-ES-1000
17
  results: []
 
23
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/zhiyuzha-university-of-florida/huggingface/runs/dy5f34x3)
24
  # qwen2.5-0.5b-expo-L2EXPO-ES-1000
25
 
26
+ This model is a fine-tuned version of [hZzy/qwen2.5-0.5b-sft-news-IFT](https://huggingface.co/hZzy/qwen2.5-0.5b-sft-news-IFT) on the hZzy/train_pairwise dataset.
27
  It achieves the following results on the evaluation set:
28
+ - Loss: 5280.8613
29
+ - Logps: -85.1920
30
+ - Logits: -0.4645
31
+ - Objective: 5329.0571
32
+ - Dpo Loss: 2703.0312
33
+ - Regularize: 5329.0571
34
+ - Ranking Simple: 0.5264
35
  - Ranking Idealized: 0.5212
36
  - Ranking Idealized Expo: 0.5212
37
+ - Wo Beta: 14.0257
38
 
39
  ## Model description
40
 
all_results.json CHANGED
@@ -1,5 +1,19 @@
1
  {
2
  "epoch": 3.689182805857345,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 202.7064813701923,
5
  "train_runtime": 6887.9795,
 
1
  {
2
  "epoch": 3.689182805857345,
3
+ "eval_dpo_loss": 2703.03125,
4
+ "eval_logits": -0.4645061194896698,
5
+ "eval_logps": -85.19200134277344,
6
+ "eval_loss": 5280.861328125,
7
+ "eval_objective": 5329.05712890625,
8
+ "eval_ranking_idealized": 0.5212215185165405,
9
+ "eval_ranking_idealized_expo": 0.5212215185165405,
10
+ "eval_ranking_simple": 0.5263975262641907,
11
+ "eval_regularize": 5329.05712890625,
12
+ "eval_runtime": 308.7203,
13
+ "eval_samples": 5790,
14
+ "eval_samples_per_second": 18.755,
15
+ "eval_steps_per_second": 1.565,
16
+ "eval_wo_beta": 14.025749206542969,
17
  "total_flos": 0.0,
18
  "train_loss": 202.7064813701923,
19
  "train_runtime": 6887.9795,
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "tie_word_embeddings": true,
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.42.0",
26
- "use_cache": false,
27
  "use_mrope": false,
28
  "use_sliding_window": false,
29
  "vocab_size": 151665
 
23
  "tie_word_embeddings": true,
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.42.0",
26
+ "use_cache": true,
27
  "use_mrope": false,
28
  "use_sliding_window": false,
29
  "vocab_size": 151665
eval_results.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.689182805857345,
3
+ "eval_dpo_loss": 2703.03125,
4
+ "eval_logits": -0.4645061194896698,
5
+ "eval_logps": -85.19200134277344,
6
+ "eval_loss": 5280.861328125,
7
+ "eval_objective": 5329.05712890625,
8
+ "eval_ranking_idealized": 0.5212215185165405,
9
+ "eval_ranking_idealized_expo": 0.5212215185165405,
10
+ "eval_ranking_simple": 0.5263975262641907,
11
+ "eval_regularize": 5329.05712890625,
12
+ "eval_runtime": 308.7203,
13
+ "eval_samples": 5790,
14
+ "eval_samples_per_second": 18.755,
15
+ "eval_steps_per_second": 1.565,
16
+ "eval_wo_beta": 14.025749206542969
17
+ }