CoolFace
Datasetpublic

jaypyon/Winogrande_debiased

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes39downloads
README.md34 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: sentence5    dtype: string6  - name: option17    dtype: string8  - name: option29    dtype: string10  - name: answer11    dtype: string12  splits:13  - name: train14    num_bytes: 120340415    num_examples: 924816  - name: test17    num_bytes: 22763318    num_examples: 176719  - name: validation20    num_bytes: 16418321    num_examples: 126722  download_size: 81352523  dataset_size: 159522024configs:25- config_name: default26  data_files:27  - split: train28    path: data/train-*29  - split: test30    path: data/test-*31  - split: validation32    path: data/validation-*33---34