Update README.md
Browse files
README.md
CHANGED
@@ -59,4 +59,8 @@ df = pd.read_parquet(local_path)
|
|
59 |
|
60 |
print(f'Loaded {len(df):,} model evaluations')
|
61 |
>>> Loaded 296,358 model evaluations
|
62 |
-
```
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
print(f'Loaded {len(df):,} model evaluations')
|
61 |
>>> Loaded 296,358 model evaluations
|
62 |
+
```
|
63 |
+
|
64 |
+
### AutoBencher Evaluation
|
65 |
+
|
66 |
+
For the AutoBencher evaluation used in our work, please refer to [huggingface.co/datasets/allenai/autobencher-qa-33k](https://huggingface.co/datasets/allenai/autobencher-qa-33k).
|