mlabonne commited on
Commit
bebae99
1 Parent(s): 8052307

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -14
README.md CHANGED
@@ -231,17 +231,4 @@ pipeline = transformers.pipeline(
231
 
232
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
233
  print(outputs[0]["generated_text"])
234
- ```
235
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
236
- Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_mlabonne__NeuralMonarch-7B)
237
-
238
- | Metric |Value|
239
- |---------------------------------|----:|
240
- |Avg. |76.15|
241
- |AI2 Reasoning Challenge (25-Shot)|73.21|
242
- |HellaSwag (10-Shot) |89.09|
243
- |MMLU (5-Shot) |64.41|
244
- |TruthfulQA (0-shot) |77.79|
245
- |Winogrande (5-shot) |84.61|
246
- |GSM8k (5-shot) |67.78|
247
-
 
231
 
232
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
233
  print(outputs[0]["generated_text"])
234
+ ```