MaziyarPanahi
commited on
Commit
•
400cd21
1
Parent(s):
117cb6c
Update README.md
Browse files
README.md
CHANGED
@@ -135,8 +135,18 @@ This model was developed based on `MaziyarPanahi/Llama-3-8B-Instruct-v0.8` model
|
|
135 |
|
136 |
All GGUF models are available here: [MaziyarPanahi/Llama-3-8B-Instruct-v0.9-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-v0.9-GGUF)
|
137 |
|
138 |
-
#
|
|
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
|
141 |
`MaziyarPanahi/Llama-3-8B-Instruct-v0.9` is the 4th best-performing 8B model on the Open LLM Leaderboard. (03/06/2024).
|
142 |
|
@@ -217,17 +227,3 @@ outputs = pipeline(
|
|
217 |
)
|
218 |
print(outputs[0]["generated_text"][len(prompt):])
|
219 |
```
|
220 |
-
|
221 |
-
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
222 |
-
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Llama-3-8B-Instruct-v0.9)
|
223 |
-
|
224 |
-
| Metric |Value|
|
225 |
-
|---------------------------------|----:|
|
226 |
-
|Avg. |73.29|
|
227 |
-
|AI2 Reasoning Challenge (25-Shot)|72.35|
|
228 |
-
|HellaSwag (10-Shot) |88.17|
|
229 |
-
|MMLU (5-Shot) |68.10|
|
230 |
-
|TruthfulQA (0-shot) |64.67|
|
231 |
-
|Winogrande (5-shot) |79.95|
|
232 |
-
|GSM8k (5-shot) |66.49|
|
233 |
-
|
|
|
135 |
|
136 |
All GGUF models are available here: [MaziyarPanahi/Llama-3-8B-Instruct-v0.9-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-v0.9-GGUF)
|
137 |
|
138 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
139 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Llama-3-8B-Instruct-v0.9)
|
140 |
|
141 |
+
| Metric |Value|
|
142 |
+
|---------------------------------|----:|
|
143 |
+
|Avg. |73.29|
|
144 |
+
|AI2 Reasoning Challenge (25-Shot)|72.35|
|
145 |
+
|HellaSwag (10-Shot) |88.17|
|
146 |
+
|MMLU (5-Shot) |68.10|
|
147 |
+
|TruthfulQA (0-shot) |64.67|
|
148 |
+
|Winogrande (5-shot) |79.95|
|
149 |
+
|GSM8k (5-shot) |66.49|
|
150 |
|
151 |
`MaziyarPanahi/Llama-3-8B-Instruct-v0.9` is the 4th best-performing 8B model on the Open LLM Leaderboard. (03/06/2024).
|
152 |
|
|
|
227 |
)
|
228 |
print(outputs[0]["generated_text"][len(prompt):])
|
229 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|