hZzy commited on
Commit
95f49f8
·
verified ·
1 Parent(s): 8781e61

End of training

Browse files
Files changed (4) hide show
  1. README.md +8 -1
  2. all_results.json +11 -0
  3. config.json +1 -1
  4. eval_results.json +14 -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-DPO-L2EXPO-W0-noES-0.1
10
  results: []
@@ -16,7 +23,7 @@ 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/5aiyt336)
17
  # qwen2.5-0.5b-expo-DPO-L2EXPO-W0-noES-0.1
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: 578.1592
22
  - Logps: -81.1337
 
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_weighted
15
  model-index:
16
  - name: qwen2.5-0.5b-expo-DPO-L2EXPO-W0-noES-0.1
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/5aiyt336)
24
  # qwen2.5-0.5b-expo-DPO-L2EXPO-W0-noES-0.1
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_weighted dataset.
27
  It achieves the following results on the evaluation set:
28
  - Loss: 578.1592
29
  - Logps: -81.1337
all_results.json CHANGED
@@ -1,5 +1,16 @@
1
  {
2
  "epoch": 2.992914501653283,
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 356.3672220056707,
5
  "train_runtime": 34691.2758,
 
1
  {
2
  "epoch": 2.992914501653283,
3
+ "eval_dpo_loss": 0.7098360657691956,
4
+ "eval_logits": -0.5715497136116028,
5
+ "eval_logps": -81.13369750976562,
6
+ "eval_loss": 578.1592407226562,
7
+ "eval_objective": 566.3954467773438,
8
+ "eval_ranking_simple": 0.5362318754196167,
9
+ "eval_regularize": 0.5898738503456116,
10
+ "eval_runtime": 367.9228,
11
+ "eval_samples": 5790,
12
+ "eval_samples_per_second": 15.737,
13
+ "eval_steps_per_second": 1.313,
14
  "total_flos": 0.0,
15
  "train_loss": 356.3672220056707,
16
  "train_runtime": 34691.2758,
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.992914501653283,
3
+ "eval_dpo_loss": 0.7098360657691956,
4
+ "eval_logits": -0.5715497136116028,
5
+ "eval_logps": -81.13369750976562,
6
+ "eval_loss": 578.1592407226562,
7
+ "eval_objective": 566.3954467773438,
8
+ "eval_ranking_simple": 0.5362318754196167,
9
+ "eval_regularize": 0.5898738503456116,
10
+ "eval_runtime": 367.9228,
11
+ "eval_samples": 5790,
12
+ "eval_samples_per_second": 15.737,
13
+ "eval_steps_per_second": 1.313
14
+ }