core-3 commited on
Commit
be0b791
1 Parent(s): d580421

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -12
README.md CHANGED
@@ -177,16 +177,4 @@ pipeline = transformers.pipeline(
177
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
178
  print(outputs[0]["generated_text"])
179
  ```
180
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
181
- Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_core-3__kuno-royale-7B)
182
-
183
- | Metric |Value|
184
- |---------------------------------|----:|
185
- |Avg. |74.74|
186
- |AI2 Reasoning Challenge (25-Shot)|71.76|
187
- |HellaSwag (10-Shot) |88.20|
188
- |MMLU (5-Shot) |65.13|
189
- |TruthfulQA (0-shot) |71.12|
190
- |Winogrande (5-shot) |82.32|
191
- |GSM8k (5-shot) |69.90|
192
 
 
177
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
178
  print(outputs[0]["generated_text"])
179
  ```
 
 
 
 
 
 
 
 
 
 
 
 
180