rwmasood commited on
Commit
5b9c86f
·
verified ·
1 Parent(s): 8c72eb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -115,10 +115,13 @@ The library used is [lm-evaluation-harness repository](https://github.com/Eleuth
115
 
116
 
117
  #### Main Results
118
- | Model | ARC | HellaSwag | MMLU-Pro | IFEval |
119
- |------------------------|----------|--------|------|--------|
120
- | **Llama-3.1-8B-Instruct** | **55.05** | **79.28** | **40.34** | **59.95** |
121
- | **Llama-3.1-10B-Instruct** | **52.47** | **77.08** | **33.59** | **54.8** |
 
 
 
122
 
123
 
124
  #### Scripts to generate evalution results
 
115
 
116
 
117
  #### Main Results
118
+ | Benchmark | **Llama-3.1-8B-Instruct** | **Llama-3.1-10B-Instruct** |
119
+ |------------|:------------------------:|:------------------------:|
120
+ | ARC | 55.05 | 52.47 |
121
+ | HellaSwag | 79.28 | 77.08 |
122
+ | MMLU-Pro | 40.34 | 33.59 |
123
+ | IFEval | 59.95 | 54.80 |
124
+ | average | 58.66 | 54.49 |
125
 
126
 
127
  #### Scripts to generate evalution results