saucam commited on
Commit
858dcb3
1 Parent(s): 5361862

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -39,6 +39,14 @@ parameters:
39
  dtype: bfloat16
40
  ```
41
 
 
 
 
 
 
 
 
 
42
  ## 💻 Usage
43
 
44
  ```python
 
39
  dtype: bfloat16
40
  ```
41
 
42
+ ## Evaluation
43
+
44
+ ```
45
+ | benchmark | Average | arc | gsm8k | hellaswag | mmlu | truthfulqa | winogrande |
46
+ |---|---|---|---|---|---|---|---|
47
+ | openllm | 70.67 | 63.48 | 78.77 | 82.94 | 64.71 | 56.71 | 77.43 |
48
+ ```
49
+
50
  ## 💻 Usage
51
 
52
  ```python