matthayes commited on
Commit
f8adc42
1 Parent(s): 53a1330

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -100,14 +100,19 @@ and in fact underperforms `dolly-v1-6b` in some evaluation benchmarks. We believ
100
  but a robust statement as to the sources of these variations requires further study.
101
 
102
  ```
103
- +------------------------------------+--------------+------------+--------------+-------------+-----------------+----------+----------+----------+
104
- | model | openbookqa | arc_easy | winogrande | hellaswag | arc_challenge | piqa | boolq | gmean |
105
- +------------------------------------+--------------+------------+--------------+-------------+-----------------+----------+----------+----------|
106
- | EleutherAI/gpt-j-6B | 0.382 | 0.621633 | 0.651144 | 0.662617 | 0.363481 | 0.761153 | 0.655963 | 0.565936 |
107
- | databricks/dolly-v2-12b | 0.408 | 0.63931 | 0.616417 | 0.707927 | 0.388225 | 0.757889 | 0.568196 | 0.56781 |
108
- | databricks/dolly-v1-6b | 0.41 | 0.62963 | 0.643252 | 0.676758 | 0.384812 | 0.773667 | 0.687768 | 0.583431 |
109
- | EleutherAI/gpt-neox-20b | 0.402 | 0.683923 | 0.656669 | 0.7142 | 0.408703 | 0.784004 | 0.695413 | 0.602236 |
110
- +------------------------------------+--------------+------------+--------------+-------------+-----------------+----------+----------+----------+
 
 
 
 
 
111
  ```
112
 
113
  # Happy Hacking!
 
100
  but a robust statement as to the sources of these variations requires further study.
101
 
102
  ```
103
+ +-----------------------------------+--------------+------------+--------------+-------------+-----------------+----------+----------+----------+
104
+ | model | openbookqa | arc_easy | winogrande | hellaswag | arc_challenge | piqa | boolq | gmean |
105
+ +-----------------------------------+--------------+------------+--------------+-------------+-----------------+----------+----------+----------|
106
+ | EleutherAI/pythia-2.8b | 0.348 | 0.585859 | 0.589582 | 0.591217 | 0.323379 | 0.73395 | 0.638226 | 0.523431 |
107
+ | EleutherAI/pythia-6.9b | 0.368 | 0.604798 | 0.608524 | 0.631548 | 0.343857 | 0.761153 | 0.6263 | 0.543567 |
108
+ | databricks/dolly-v2-2-8b | 0.384 | 0.611532 | 0.589582 | 0.650767 | 0.370307 | 0.742655 | 0.575535 | 0.544886 |
109
+ | EleutherAI/pythia-12b | 0.364 | 0.627104 | 0.636148 | 0.668094 | 0.346416 | 0.760065 | 0.673394 | 0.559676 |
110
+ | EleutherAI/gpt-j-6B | 0.382 | 0.621633 | 0.651144 | 0.662617 | 0.363481 | 0.761153 | 0.655963 | 0.565936 |
111
+ | databricks/dolly-v2-12b | 0.408 | 0.63931 | 0.616417 | 0.707927 | 0.388225 | 0.757889 | 0.568196 | 0.56781 |
112
+ | databricks/dolly-v2-6-9b | 0.392 | 0.633838 | 0.607735 | 0.686517 | 0.406997 | 0.750816 | 0.644037 | 0.573487 |
113
+ | databricks/dolly-v1-6b | 0.41 | 0.62963 | 0.643252 | 0.676758 | 0.384812 | 0.773667 | 0.687768 | 0.583431 |
114
+ | EleutherAI/gpt-neox-20b | 0.402 | 0.683923 | 0.656669 | 0.7142 | 0.408703 | 0.784004 | 0.695413 | 0.602236 |
115
+ +-----------------------------------+--------------+------------+--------------+-------------+-----------------+----------+----------+----------+
116
  ```
117
 
118
  # Happy Hacking!