lgaalves leaderboard-pr-bot commited on
Commit
1e88bc6
1 Parent(s): b362918

Adding Evaluation Results (#2)

Browse files

- Adding Evaluation Results (eff17f0d2f5c307cb0831a786ec2e22b78512696)


Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -64,4 +64,17 @@ model = AutoModelForCausalLM.from_pretrained("lgaalves/gpt2_open-platypus")
64
 
65
  # Intended uses, limitations & biases
66
 
67
- 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
 
65
  # Intended uses, limitations & biases
66
 
67
+ 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.
68
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
69
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_lgaalves__gpt2_open-platypus)
70
+
71
+ | Metric | Value |
72
+ |-----------------------|---------------------------|
73
+ | Avg. | 25.16 |
74
+ | ARC (25-shot) | 22.18 |
75
+ | HellaSwag (10-shot) | 31.29 |
76
+ | MMLU (5-shot) | 26.19 |
77
+ | TruthfulQA (0-shot) | 40.35 |
78
+ | Winogrande (5-shot) | 51.3 |
79
+ | GSM8K (5-shot) | 0.15 |
80
+ | DROP (3-shot) | 4.64 |