Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -126,7 +126,18 @@ All GGUF models are available here: [MaziyarPanahi/Qwen2-72B-Instruct-v0.1-GGUF]
126
 
127
  # 🏆 [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
128
 
129
- coming soon!
 
 
 
 
 
 
 
 
 
 
 
130
 
131
 
132
  | Tasks |Version|Filter|n-shot|Metric|Value | |Stderr|
@@ -186,16 +197,4 @@ tokenizer = AutoTokenizer.from_pretrained("MaziyarPanahi/Qwen2-72B-Instruct-v0.1
186
  model = AutoModelForCausalLM.from_pretrained("MaziyarPanahi/Qwen2-72B-Instruct-v0.1")
187
  ```
188
 
189
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
190
- Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Qwen2-72B-Instruct-v0.1)
191
-
192
- | Metric |Value|
193
- |-------------------|----:|
194
- |Avg. |43.61|
195
- |IFEval (0-Shot) |81.63|
196
- |BBH (3-Shot) |57.33|
197
- |MATH Lvl 5 (4-Shot)|36.03|
198
- |GPQA (0-shot) |17.45|
199
- |MuSR (0-shot) |20.15|
200
- |MMLU-PRO (5-shot) |49.05|
201
 
 
126
 
127
  # 🏆 [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
128
 
129
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Qwen2-72B-Instruct-v0.1)
130
+
131
+ | Metric |Value|
132
+ |-------------------|----:|
133
+ |Avg. |43.61|
134
+ |IFEval (0-Shot) |81.63|
135
+ |BBH (3-Shot) |57.33|
136
+ |MATH Lvl 5 (4-Shot)|36.03|
137
+ |GPQA (0-shot) |17.45|
138
+ |MuSR (0-shot) |20.15|
139
+ |MMLU-PRO (5-shot) |49.05|
140
+
141
 
142
 
143
  | Tasks |Version|Filter|n-shot|Metric|Value | |Stderr|
 
197
  model = AutoModelForCausalLM.from_pretrained("MaziyarPanahi/Qwen2-72B-Instruct-v0.1")
198
  ```
199
 
 
 
 
 
 
 
 
 
 
 
 
 
200