Ajmalps commited on
Commit
4b77fea
1 Parent(s): 28c6723

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -42,8 +42,10 @@ print(tokenizer.batch_decode(outputs))
42
 
43
  The boomer-634m model has been rigorously evaluated on various benchmarks, showcasing its robust performance across different tasks:
44
 
45
- Model Name MMLU ARC Hellaswag GSM8K Winogrande MathQA logiqa
46
- boomer-634m 25.91 29.86 39.24 1.67 50.67 23.55 28.42
 
 
47
 
48
 
49
 
 
42
 
43
  The boomer-634m model has been rigorously evaluated on various benchmarks, showcasing its robust performance across different tasks:
44
 
45
+ | Model Name | MMLU | ARC | Hellaswag | GSM8K | Winogrande | MathQA | logiqa |
46
+ |--------------|-------|-------|-----------|-------|------------|--------|--------|
47
+ | boomer-634m | 25.91 | 29.86 | 39.24 | 1.67 | 50.67 | 23.55 | 28.42 |
48
+
49
 
50
 
51