Commit ·
28baabb
1
Parent(s): 7c1f33f
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
| 3 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_itsliupeng__llama2_7b_mmlu)
|
|
@@ -11,4 +21,4 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
|
|
| 11 |
| TruthfulQA (0-shot) | 40.95 |
|
| 12 |
| Winogrande (5-shot) | 74.43 |
|
| 13 |
| GSM8K (5-shot) | 7.88 |
|
| 14 |
-
| DROP (3-shot) | 5.59 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- itsliupeng/mmlu_recall
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
We are utilizing the [mmlu_recall](https://huggingface.co/datasets/itsliupeng/mmlu_recall) dataset to continuously train the [Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) model, aiming to enhance performance on mmlu metrics, while ensuring that other metric performances remain unaffected.
|
| 11 |
|
| 12 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
| 13 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_itsliupeng__llama2_7b_mmlu)
|
|
|
|
| 21 |
| TruthfulQA (0-shot) | 40.95 |
|
| 22 |
| Winogrande (5-shot) | 74.43 |
|
| 23 |
| GSM8K (5-shot) | 7.88 |
|
| 24 |
+
| DROP (3-shot) | 5.59 |
|