Text Generation
Transformers
PyTorch
Safetensors
English
gpt2
Inference Endpoints
text-generation-inference
lgaalves leaderboard-pr-bot commited on
Commit
1cc62c3
1 Parent(s): 72fe7fd

Adding Evaluation Results (#2)

Browse files

- Adding Evaluation Results (47159b9d0dbc8e5326558a46fb1f9ec0ec19f8f8)


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
@@ -68,4 +68,17 @@ model = AutoModelForCausalLM.from_pretrained("lgaalves/gpt2_open-platypus")
68
 
69
  # Intended uses, limitations & biases
70
 
71
- 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
 
69
  # Intended uses, limitations & biases
70
 
71
+ 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.
72
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
73
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_lgaalves__gpt2_guanaco-dolly-platypus)
74
+
75
+ | Metric | Value |
76
+ |-----------------------|---------------------------|
77
+ | Avg. | 25.15 |
78
+ | ARC (25-shot) | 23.55 |
79
+ | HellaSwag (10-shot) | 31.03 |
80
+ | MMLU (5-shot) | 26.4 |
81
+ | TruthfulQA (0-shot) | 40.02 |
82
+ | Winogrande (5-shot) | 50.12 |
83
+ | GSM8K (5-shot) | 0.0 |
84
+ | DROP (3-shot) | 4.96 |