leaderboard-pr-bot commited on
Commit
31b56c6
1 Parent(s): 8cd14d5

Adding Evaluation Results

Browse files

This is an automated PR created with https://huggingface.co/spaces/Weyaxi/open-llm-leaderboard-results-pr

The purpose of this PR is to add evaluation results from the Open LLM Leaderboard to your model card.

If you encounter any issues, please report them to https://huggingface.co/spaces/Weyaxi/open-llm-leaderboard-results-pr/discussions

Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -19,4 +19,17 @@ output = model.generate(input_ids, max_length = 1000, num_beams=1)
19
  output_text = tokenizer.decode(output[0], skip_special_tokens=True)
20
 
21
  # Print the generated text
22
- print(output_text)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  output_text = tokenizer.decode(output[0], skip_special_tokens=True)
20
 
21
  # Print the generated text
22
+ print(output_text)
23
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
24
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_roneneldan__TinyStories-1M)
25
+
26
+ | Metric | Value |
27
+ |-----------------------|---------------------------|
28
+ | Avg. | 25.02 |
29
+ | ARC (25-shot) | 23.46 |
30
+ | HellaSwag (10-shot) | 25.23 |
31
+ | MMLU (5-shot) | 24.57 |
32
+ | TruthfulQA (0-shot) | 49.4 |
33
+ | Winogrande (5-shot) | 52.17 |
34
+ | GSM8K (5-shot) | 0.0 |
35
+ | DROP (3-shot) | 0.32 |