Update README.md
Browse files
README.md
CHANGED
@@ -194,17 +194,4 @@ pipeline = transformers.pipeline(
|
|
194 |
|
195 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
196 |
print(outputs[0]["generated_text"])
|
197 |
-
```
|
198 |
-
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
199 |
-
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_mlabonne__NeuralMarcoro14-7B)
|
200 |
-
|
201 |
-
| Metric |Value|
|
202 |
-
|---------------------------------|----:|
|
203 |
-
|Avg. |73.57|
|
204 |
-
|AI2 Reasoning Challenge (25-Shot)|71.42|
|
205 |
-
|HellaSwag (10-Shot) |87.59|
|
206 |
-
|MMLU (5-Shot) |64.84|
|
207 |
-
|TruthfulQA (0-shot) |65.64|
|
208 |
-
|Winogrande (5-shot) |81.22|
|
209 |
-
|GSM8k (5-shot) |70.74|
|
210 |
-
|
|
|
194 |
|
195 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
196 |
print(outputs[0]["generated_text"])
|
197 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|