Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
- library_name: transformers
3
  license: apache-2.0
4
- base_model: Qwen/Qwen2.5-14B-Instruct
5
  tags:
6
  - alignment-handbook
7
  - trl
@@ -10,6 +9,7 @@ tags:
10
  - trl
11
  - dpo
12
  - generated_from_trainer
 
13
  datasets:
14
  - HuggingFaceH4/ultrafeedback_binarized
15
  model-index:
@@ -81,3 +81,17 @@ The following hyperparameters were used during training:
81
  - Pytorch 2.4.0+cu121
82
  - Datasets 2.19.1
83
  - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  license: apache-2.0
3
+ library_name: transformers
4
  tags:
5
  - alignment-handbook
6
  - trl
 
9
  - trl
10
  - dpo
11
  - generated_from_trainer
12
+ base_model: Qwen/Qwen2.5-14B-Instruct
13
  datasets:
14
  - HuggingFaceH4/ultrafeedback_binarized
15
  model-index:
 
81
  - Pytorch 2.4.0+cu121
82
  - Datasets 2.19.1
83
  - Tokenizers 0.19.1
84
+
85
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
86
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_tanliboy__lambda-qwen2.5-14b-dpo-test)
87
+
88
+ | Metric |Value|
89
+ |-------------------|----:|
90
+ |Avg. |33.52|
91
+ |IFEval (0-Shot) |82.31|
92
+ |BBH (3-Shot) |48.45|
93
+ |MATH Lvl 5 (4-Shot)| 0.00|
94
+ |GPQA (0-shot) |14.99|
95
+ |MuSR (0-shot) |12.59|
96
+ |MMLU-PRO (5-shot) |42.75|
97
+