lgaalves commited on
Commit
8ed4904
1 Parent(s): c34c4a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -17,13 +17,13 @@ language:
17
  ### Benchmark Metrics
18
 
19
 
20
- | Metric | mistral-7b-v0.1-platypus1k | garage-bAInd/Platypus2-7B| meta-llama/Llama-2-7b-hf (base) |
21
  |-----------------------|-------|-------|-------|
22
- | Avg. | - |**56.13** | 54.32 |
23
- | ARC (25-shot) | - |**55.2**| 53.07 |
24
- | HellaSwag (10-shot) | - |**78.84**| 78.59 |
25
- | MMLU (5-shot) | - |**49.83**| 46.87 |
26
- | TruthfulQA (0-shot) | - |40.64| 38.76 |
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.