Update README.md
Browse files
README.md
CHANGED
@@ -165,7 +165,7 @@ pipeline = transformers.pipeline(
|
|
165 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
166 |
print(outputs[0]["generated_text"])
|
167 |
```
|
168 |
-
|
169 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Locutusque__OpenHercules-2.5-Mistral-7B)
|
170 |
|
171 |
| Metric |Value|
|
@@ -178,3 +178,6 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
|
|
178 |
|Winogrande (5-shot) |78.93|
|
179 |
|GSM8k (5-shot) |59.21|
|
180 |
|
|
|
|
|
|
|
|
165 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
166 |
print(outputs[0]["generated_text"])
|
167 |
```
|
168 |
+
## [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
169 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Locutusque__OpenHercules-2.5-Mistral-7B)
|
170 |
|
171 |
| Metric |Value|
|
|
|
178 |
|Winogrande (5-shot) |78.93|
|
179 |
|GSM8k (5-shot) |59.21|
|
180 |
|
181 |
+
## Quants
|
182 |
+
|
183 |
+
exl2 and gguf by Bartowski: https://huggingface.co/bartowski/OpenHercules-2.5-Mistral-7B-exl2 https://huggingface.co/bartowski/OpenHercules-2.5-Mistral-7B-GGUF
|