Update README.md
Browse files
README.md
CHANGED
@@ -186,16 +186,4 @@ pipeline = transformers.pipeline(
|
|
186 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
187 |
print(outputs[0]["generated_text"])
|
188 |
```
|
189 |
-
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
190 |
-
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_core-3__kuno-royale-v2-7b)
|
191 |
-
|
192 |
-
| Metric |Value|
|
193 |
-
|---------------------------------|----:|
|
194 |
-
|Avg. |74.80|
|
195 |
-
|AI2 Reasoning Challenge (25-Shot)|72.01|
|
196 |
-
|HellaSwag (10-Shot) |88.15|
|
197 |
-
|MMLU (5-Shot) |65.07|
|
198 |
-
|TruthfulQA (0-shot) |71.10|
|
199 |
-
|Winogrande (5-shot) |82.24|
|
200 |
-
|GSM8k (5-shot) |70.20|
|
201 |
|
|
|
186 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
187 |
print(outputs[0]["generated_text"])
|
188 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
|