CoolFace
Datasetpublic

axon-rl/NaturalQuestions

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes45downloads
README.md25 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: problem5    dtype: string6  - name: answer7    sequence: string8  splits:9  - name: train10    num_bytes: 8380695.12135129511    num_examples: 7916812  - name: test13    num_bytes: 618052.132732581714    num_examples: 361015  download_size: 425098816  dataset_size: 8998747.25408387717configs:18- config_name: default19  data_files:20  - split: train21    path: data/train-*22  - split: test23    path: data/test-*24---25