core-3 commited on
Commit
cde0385
1 Parent(s): a061814

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -13
README.md CHANGED
@@ -179,16 +179,3 @@ pipeline = transformers.pipeline(
179
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
180
  print(outputs[0]["generated_text"])
181
  ```
182
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
183
- Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_core-3__kuno-dogwalker-7b)
184
-
185
- | Metric |Value|
186
- |---------------------------------|----:|
187
- |Avg. |74.94|
188
- |AI2 Reasoning Challenge (25-Shot)|72.01|
189
- |HellaSwag (10-Shot) |88.17|
190
- |MMLU (5-Shot) |64.96|
191
- |TruthfulQA (0-shot) |71.39|
192
- |Winogrande (5-shot) |82.00|
193
- |GSM8k (5-shot) |71.11|
194
-
 
179
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
180
  print(outputs[0]["generated_text"])
181
  ```