dfurman leaderboard-pr-bot commited on
Commit
6a7fa68
1 Parent(s): 26c7bba

Adding Evaluation Results (#1)

Browse files

- Adding Evaluation Results (ac0935d781235e32dcea46ce39be2bb607b97a00)


Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +114 -6
README.md CHANGED
@@ -1,19 +1,114 @@
1
  ---
2
- base_model:
3
- - Qwen/Qwen2-72B-Instruct
4
- datasets:
5
- - mlabonne/orpo-dpo-mix-40k
6
  language:
7
  - en
 
8
  library_name: transformers
9
  tags:
10
  - orpo
11
  - qwen2
12
  - rlhf
13
  - sft
 
 
 
 
14
  license_name: tongyi-qianwen
15
  license_link: https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE
16
- license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # dfurman/Qwen2-72B-Orpo-v0.1
@@ -122,4 +217,17 @@ print(outputs[0]["generated_text"][len(prompt):])
122
  |2|Sold in morning|Subtract morning sales|200 - 93 = 107|
123
  |3|Sold in afternoon|Subtract afternoon sales|107 - 39 = 68|
124
  |4|Returned loaves|Add returned loaves|68 + 6 = 74|
125
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
2
  language:
3
  - en
4
+ license: other
5
  library_name: transformers
6
  tags:
7
  - orpo
8
  - qwen2
9
  - rlhf
10
  - sft
11
+ base_model:
12
+ - Qwen/Qwen2-72B-Instruct
13
+ datasets:
14
+ - mlabonne/orpo-dpo-mix-40k
15
  license_name: tongyi-qianwen
16
  license_link: https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE
17
+ model-index:
18
+ - name: Qwen2-72B-Orpo-v0.1
19
+ results:
20
+ - task:
21
+ type: text-generation
22
+ name: Text Generation
23
+ dataset:
24
+ name: IFEval (0-Shot)
25
+ type: HuggingFaceH4/ifeval
26
+ args:
27
+ num_few_shot: 0
28
+ metrics:
29
+ - type: inst_level_strict_acc and prompt_level_strict_acc
30
+ value: 78.8
31
+ name: strict accuracy
32
+ source:
33
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=dfurman/Qwen2-72B-Orpo-v0.1
34
+ name: Open LLM Leaderboard
35
+ - task:
36
+ type: text-generation
37
+ name: Text Generation
38
+ dataset:
39
+ name: BBH (3-Shot)
40
+ type: BBH
41
+ args:
42
+ num_few_shot: 3
43
+ metrics:
44
+ - type: acc_norm
45
+ value: 57.41
46
+ name: normalized accuracy
47
+ source:
48
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=dfurman/Qwen2-72B-Orpo-v0.1
49
+ name: Open LLM Leaderboard
50
+ - task:
51
+ type: text-generation
52
+ name: Text Generation
53
+ dataset:
54
+ name: MATH Lvl 5 (4-Shot)
55
+ type: hendrycks/competition_math
56
+ args:
57
+ num_few_shot: 4
58
+ metrics:
59
+ - type: exact_match
60
+ value: 35.42
61
+ name: exact match
62
+ source:
63
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=dfurman/Qwen2-72B-Orpo-v0.1
64
+ name: Open LLM Leaderboard
65
+ - task:
66
+ type: text-generation
67
+ name: Text Generation
68
+ dataset:
69
+ name: GPQA (0-shot)
70
+ type: Idavidrein/gpqa
71
+ args:
72
+ num_few_shot: 0
73
+ metrics:
74
+ - type: acc_norm
75
+ value: 17.9
76
+ name: acc_norm
77
+ source:
78
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=dfurman/Qwen2-72B-Orpo-v0.1
79
+ name: Open LLM Leaderboard
80
+ - task:
81
+ type: text-generation
82
+ name: Text Generation
83
+ dataset:
84
+ name: MuSR (0-shot)
85
+ type: TAUR-Lab/MuSR
86
+ args:
87
+ num_few_shot: 0
88
+ metrics:
89
+ - type: acc_norm
90
+ value: 20.87
91
+ name: acc_norm
92
+ source:
93
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=dfurman/Qwen2-72B-Orpo-v0.1
94
+ name: Open LLM Leaderboard
95
+ - task:
96
+ type: text-generation
97
+ name: Text Generation
98
+ dataset:
99
+ name: MMLU-PRO (5-shot)
100
+ type: TIGER-Lab/MMLU-Pro
101
+ config: main
102
+ split: test
103
+ args:
104
+ num_few_shot: 5
105
+ metrics:
106
+ - type: acc
107
+ value: 49.5
108
+ name: accuracy
109
+ source:
110
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=dfurman/Qwen2-72B-Orpo-v0.1
111
+ name: Open LLM Leaderboard
112
  ---
113
 
114
  # dfurman/Qwen2-72B-Orpo-v0.1
 
217
  |2|Sold in morning|Subtract morning sales|200 - 93 = 107|
218
  |3|Sold in afternoon|Subtract afternoon sales|107 - 39 = 68|
219
  |4|Returned loaves|Add returned loaves|68 + 6 = 74|
220
+ ```
221
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
222
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_dfurman__Qwen2-72B-Orpo-v0.1)
223
+
224
+ | Metric |Value|
225
+ |-------------------|----:|
226
+ |Avg. |43.32|
227
+ |IFEval (0-Shot) |78.80|
228
+ |BBH (3-Shot) |57.41|
229
+ |MATH Lvl 5 (4-Shot)|35.42|
230
+ |GPQA (0-shot) |17.90|
231
+ |MuSR (0-shot) |20.87|
232
+ |MMLU-PRO (5-shot) |49.50|
233
+