Adding Evaluation Results

#2
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -110,4 +110,17 @@ Dame una lista de 5 lugares a visitar en España.
110
 
111
  result = pipe(prompt)
112
  print(result[0]['generated_text'])
113
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
 
111
  result = pipe(prompt)
112
  print(result[0]['generated_text'])
113
+ ```
114
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
115
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_clibrain__Llama-2-13b-ft-instruct-es)
116
+
117
+ | Metric | Value |
118
+ |-----------------------|---------------------------|
119
+ | Avg. | 46.27 |
120
+ | ARC (25-shot) | 59.39 |
121
+ | HellaSwag (10-shot) | 81.51 |
122
+ | MMLU (5-shot) | 54.31 |
123
+ | TruthfulQA (0-shot) | 37.81 |
124
+ | Winogrande (5-shot) | 75.77 |
125
+ | GSM8K (5-shot) | 8.57 |
126
+ | DROP (3-shot) | 6.55 |