Adding Evaluation Results
#1
by
leaderboard-pr-bot
- opened
README.md
CHANGED
@@ -159,3 +159,17 @@ response = [response[0][len(inputs.input_ids[0]):]]
|
|
159 |
response_str = tokenizer.batch_decode(response, skip_special_tokens=False, clean_up_tokenization_spaces=False)[0]
|
160 |
print(response_str)
|
161 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
response_str = tokenizer.batch_decode(response, skip_special_tokens=False, clean_up_tokenization_spaces=False)[0]
|
160 |
print(response_str)
|
161 |
```
|
162 |
+
|
163 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
164 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_wenge-research__yayi-13b-llama2)
|
165 |
+
|
166 |
+
| Metric | Value |
|
167 |
+
|-----------------------|---------------------------|
|
168 |
+
| Avg. | 40.55 |
|
169 |
+
| ARC (25-shot) | 48.55 |
|
170 |
+
| HellaSwag (10-shot) | 74.82 |
|
171 |
+
| MMLU (5-shot) | 38.68 |
|
172 |
+
| TruthfulQA (0-shot) | 42.19 |
|
173 |
+
| Winogrande (5-shot) | 69.69 |
|
174 |
+
| GSM8K (5-shot) | 4.02 |
|
175 |
+
| DROP (3-shot) | 5.92 |
|