Update README.md
Browse files
README.md
CHANGED
@@ -17,13 +17,13 @@ language:
|
|
17 |
### Benchmark Metrics
|
18 |
|
19 |
|
20 |
-
| Metric | mistral-7b-v0.1-platypus1k | garage-bAInd/Platypus2-7B|
|
21 |
|-----------------------|-------|-------|-------|
|
22 |
-
| Avg. |
|
23 |
-
| ARC (25-shot) |
|
24 |
-
| HellaSwag (10-shot) |
|
25 |
-
| MMLU (5-shot) |
|
26 |
-
| TruthfulQA (0-shot) |
|
27 |
|
28 |
|
29 |
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.
|
|
|
17 |
### Benchmark Metrics
|
18 |
|
19 |
|
20 |
+
| Metric | mistral-7b-v0.1-platypus1k | mistralai/Mistral-7B-v0.1 |garage-bAInd/Platypus2-7B|
|
21 |
|-----------------------|-------|-------|-------|
|
22 |
+
| Avg. | **63.66** | 62.4 |56.13|
|
23 |
+
| ARC (25-shot) | **61.60** | 59.98|55.20|
|
24 |
+
| HellaSwag (10-shot) | 82.93 |**83.31** |78.84|
|
25 |
+
| MMLU (5-shot) | 63.16 |**64.16** |49.83|
|
26 |
+
| TruthfulQA (0-shot) | **46.96** | 42.15 |40.64|
|
27 |
|
28 |
|
29 |
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.
|