Text Generation
Transformers
PyTorch
English
llama
text-generation-inference

Adding Evaluation Results

#1
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -204,3 +204,17 @@ If you use this model, please cite our work, the llama paper, and the original d
204
  howpublished = {\url{https://github.com/sahil280114/codealpaca}},
205
  }
206
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  howpublished = {\url{https://github.com/sahil280114/codealpaca}},
205
  }
206
  ```
207
+
208
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
209
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_TheBloke__tulu-30B-fp16)
210
+
211
+ | Metric | Value |
212
+ |-----------------------|---------------------------|
213
+ | Avg. | 55.74 |
214
+ | ARC (25-shot) | 59.98 |
215
+ | HellaSwag (10-shot) | 83.4 |
216
+ | MMLU (5-shot) | 56.1 |
217
+ | TruthfulQA (0-shot) | 45.14 |
218
+ | Winogrande (5-shot) | 80.82 |
219
+ | GSM8K (5-shot) | 19.71 |
220
+ | DROP (3-shot) | 45.01 |