Commit
•
840f420
1
Parent(s):
405a4f1
Adding Evaluation Results (#2)
Browse files- Adding Evaluation Results (1f49b621095f57d086a7595c5ee0d0a7f4ee8e5b)
Co-authored-by: Open LLM Leaderboard PR Bot <[email protected]>
README.md
CHANGED
@@ -68,4 +68,17 @@ model.to(device)
|
|
68 |
generated_ids = model.generate(model_inputs, max_new_tokens=1000, do_sample=True)
|
69 |
decoded = tokenizer.batch_decode(generated_ids)
|
70 |
print(decoded[0])
|
71 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
generated_ids = model.generate(model_inputs, max_new_tokens=1000, do_sample=True)
|
69 |
decoded = tokenizer.batch_decode(generated_ids)
|
70 |
print(decoded[0])
|
71 |
+
```
|
72 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
73 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_maywell__Synatra-7B-v0.3-dpo)
|
74 |
+
|
75 |
+
| Metric | Value |
|
76 |
+
|-----------------------|---------------------------|
|
77 |
+
| Avg. | 53.14 |
|
78 |
+
| ARC (25-shot) | 62.8 |
|
79 |
+
| HellaSwag (10-shot) | 82.58 |
|
80 |
+
| MMLU (5-shot) | 61.46 |
|
81 |
+
| TruthfulQA (0-shot) | 56.46 |
|
82 |
+
| Winogrande (5-shot) | 76.24 |
|
83 |
+
| GSM8K (5-shot) | 23.73 |
|
84 |
+
| DROP (3-shot) | 8.68 |
|