MaziyarPanahi commited on
Commit
d4a3eb7
1 Parent(s): 6ffc28c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -14
README.md CHANGED
@@ -127,8 +127,18 @@ This model was developed based on `MaziyarPanahi/Llama-3-8B-Instruct-v0.9` model
127
  All GGUF models are available here: [MaziyarPanahi/Llama-3-8B-Instruct-v0.10-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-v0.10-GGUF)
128
 
129
  # 🏆 [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
 
 
 
 
 
 
 
 
 
 
 
130
 
131
- coming soon!
132
 
133
  # Prompt Template
134
 
@@ -206,16 +216,3 @@ outputs = pipeline(
206
  print(outputs[0]["generated_text"][len(prompt):])
207
  ```
208
 
209
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
210
- Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Llama-3-8B-Instruct-v0.10)
211
-
212
- | Metric |Value|
213
- |-------------------|----:|
214
- |Avg. |26.66|
215
- |IFEval (0-Shot) |76.67|
216
- |BBH (3-Shot) |27.92|
217
- |MATH Lvl 5 (4-Shot)| 4.91|
218
- |GPQA (0-shot) | 7.83|
219
- |MuSR (0-shot) |10.81|
220
- |MMLU-PRO (5-shot) |31.80|
221
-
 
127
  All GGUF models are available here: [MaziyarPanahi/Llama-3-8B-Instruct-v0.10-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-v0.10-GGUF)
128
 
129
  # 🏆 [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
130
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Llama-3-8B-Instruct-v0.10)
131
+
132
+ | Metric |Value|
133
+ |-------------------|----:|
134
+ |Avg. |26.66|
135
+ |IFEval (0-Shot) |76.67|
136
+ |BBH (3-Shot) |27.92|
137
+ |MATH Lvl 5 (4-Shot)| 4.91|
138
+ |GPQA (0-shot) | 7.83|
139
+ |MuSR (0-shot) |10.81|
140
+ |MMLU-PRO (5-shot) |31.80|
141
 
 
142
 
143
  # Prompt Template
144
 
 
216
  print(outputs[0]["generated_text"][len(prompt):])
217
  ```
218