leaderboard-pr-bot commited on
Commit
19de06b
1 Parent(s): 6ddbebe

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
@@ -65,4 +65,17 @@ model = AutoModelForCausalLM.from_pretrained("lgaalves/gpt2-xl_lima")
65
 
66
  # Intended uses, limitations & biases
67
 
68
- You can use the raw model for text generation or fine-tune it to a downstream task. The model was not extensively tested and may produce false information. It contains a lot of unfiltered content from the internet, which is far from neutral.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
  # Intended uses, limitations & biases
67
 
68
+ You can use the raw model for text generation or fine-tune it to a downstream task. The model was not extensively tested and may produce false information. It contains a lot of unfiltered content from the internet, which is far from neutral.
69
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
70
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_lgaalves__gpt2-xl_lima)
71
+
72
+ | Metric | Value |
73
+ |-----------------------|---------------------------|
74
+ | Avg. | 29.95 |
75
+ | ARC (25-shot) | 31.14 |
76
+ | HellaSwag (10-shot) | 51.28 |
77
+ | MMLU (5-shot) | 25.43 |
78
+ | TruthfulQA (0-shot) | 38.74 |
79
+ | Winogrande (5-shot) | 57.22 |
80
+ | GSM8K (5-shot) | 0.91 |
81
+ | DROP (3-shot) | 4.89 |