Text Generation
Transformers
PyTorch
English
gpt_neox
causal-lm
Inference Endpoints
text-generation-inference

Adding Evaluation Results

#8
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -150,3 +150,17 @@ This work would not have been possible without the helpful hand of Dakota Mahan
150
  howpublished = {\url{https://github.com/nomic-ai/gpt4all}},
151
  }
152
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  howpublished = {\url{https://github.com/nomic-ai/gpt4all}},
151
  }
152
  ```
153
+
154
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
155
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_stabilityai__stablelm-tuned-alpha-3b)
156
+
157
+ | Metric | Value |
158
+ |-----------------------|---------------------------|
159
+ | Avg. | 28.27 |
160
+ | ARC (25-shot) | 27.82 |
161
+ | HellaSwag (10-shot) | 44.06 |
162
+ | MMLU (5-shot) | 23.08 |
163
+ | TruthfulQA (0-shot) | 42.33 |
164
+ | Winogrande (5-shot) | 55.01 |
165
+ | GSM8K (5-shot) | 0.53 |
166
+ | DROP (3-shot) | 5.06 |