Text Generation
Transformers
PyTorch
English
llama
text-generation-inference
Inference Endpoints

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-13B-fp16)
210
+
211
+ | Metric | Value |
212
+ |-----------------------|---------------------------|
213
+ | Avg. | 51.17 |
214
+ | ARC (25-shot) | 53.92 |
215
+ | HellaSwag (10-shot) | 80.66 |
216
+ | MMLU (5-shot) | 53.19 |
217
+ | TruthfulQA (0-shot) | 43.84 |
218
+ | Winogrande (5-shot) | 75.61 |
219
+ | GSM8K (5-shot) | 14.25 |
220
+ | DROP (3-shot) | 36.72 |