Update README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,11 @@ Platypus-13B is an instruction fine-tuned model based on the LLaMA2-13B transfor
|
|
16 |
|
17 |
| Metric | Value |
|
18 |
|-----------------------|-------|
|
19 |
-
| MMLU (5-shot) |
|
20 |
-
| ARC (25-shot) |
|
21 |
-
| HellaSwag (10-shot) |
|
22 |
-
| TruthfulQA (0-shot) |
|
23 |
-
| Avg. |
|
24 |
|
25 |
We use state-of-the-art [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) to run the benchmark tests above, using the same version as the HuggingFace LLM Leaderboard. Please see below for detailed instructions on reproducing benchmark results.
|
26 |
|
|
|
16 |
|
17 |
| Metric | Value |
|
18 |
|-----------------------|-------|
|
19 |
+
| MMLU (5-shot) | 56.70 |
|
20 |
+
| ARC (25-shot) | 61.26 |
|
21 |
+
| HellaSwag (10-shot) | 82.56 |
|
22 |
+
| TruthfulQA (0-shot) | 44.86 |
|
23 |
+
| Avg. | 61.35 |
|
24 |
|
25 |
We use state-of-the-art [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) to run the benchmark tests above, using the same version as the HuggingFace LLM Leaderboard. Please see below for detailed instructions on reproducing benchmark results.
|
26 |
|