MaziyarPanahi commited on
Commit
ada71cb
1 Parent(s): 7c1655c

Update README.md (#15)

Browse files

- Update README.md (699f818a70f51533b154607a214f3cd6dde6fad5)

Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -233,6 +233,16 @@ All GGUF models are available here: [MaziyarPanahi/Llama-3-70B-Instruct-DPO-v0.2
233
  # 🏆 [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
234
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Llama-3-70B-Instruct-DPO-v0.2)
235
 
 
 
 
 
 
 
 
 
 
 
236
  | Metric |Value|
237
  |---------------------------------|----:|
238
  |Avg. |78.96|
@@ -326,16 +336,4 @@ outputs = pipeline(
326
  print(outputs[0]["generated_text"][len(prompt):])
327
  ```
328
 
329
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
330
- Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Llama-3-70B-Instruct-DPO-v0.2)
331
-
332
- | Metric |Value|
333
- |-------------------|----:|
334
- |Avg. |37.98|
335
- |IFEval (0-Shot) |82.08|
336
- |BBH (3-Shot) |48.57|
337
- |MATH Lvl 5 (4-Shot)|22.96|
338
- |GPQA (0-shot) |12.19|
339
- |MuSR (0-shot) |15.30|
340
- |MMLU-PRO (5-shot) |46.74|
341
 
 
233
  # 🏆 [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
234
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Llama-3-70B-Instruct-DPO-v0.2)
235
 
236
+ | Metric |Value|
237
+ |-------------------|----:|
238
+ |Avg. |37.98|
239
+ |IFEval (0-Shot) |82.08|
240
+ |BBH (3-Shot) |48.57|
241
+ |MATH Lvl 5 (4-Shot)|22.96|
242
+ |GPQA (0-shot) |12.19|
243
+ |MuSR (0-shot) |15.30|
244
+ |MMLU-PRO (5-shot) |46.74|
245
+
246
  | Metric |Value|
247
  |---------------------------------|----:|
248
  |Avg. |78.96|
 
336
  print(outputs[0]["generated_text"][len(prompt):])
337
  ```
338
 
 
 
 
 
 
 
 
 
 
 
 
 
339