Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
davidheineman commited on
Commit
c99e93d
·
verified ·
1 Parent(s): 3ed7e0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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).