bjoernp commited on
Commit
dd986a8
1 Parent(s): acae413

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -11,6 +11,14 @@ Thanks to @dzhulgakov for his early implementation (https://github.com/dzhulgako
11
 
12
  Also many thanks to our friends at [LAION](https://laion.ai) and [HessianAI](https://hessian.ai/) for the compute used for these projects!
13
 
 
 
 
 
 
 
 
 
14
  # Basic Inference setup
15
 
16
  ```python
 
11
 
12
  Also many thanks to our friends at [LAION](https://laion.ai) and [HessianAI](https://hessian.ai/) for the compute used for these projects!
13
 
14
+ Benchmark scores:
15
+ ```
16
+ winogrande: 0.824
17
+ truthfulqa_mc2: 0.4855
18
+ arc_challenge: 0.6638
19
+ gsm8k: 0.5709
20
+ ```
21
+
22
  # Basic Inference setup
23
 
24
  ```python