CoolFace
Datasetpublic

Zlovoblachko/REALEC_GED_binary_error-detection

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes20downloads
README.md36 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: tokens5    sequence: string6  - name: labels7    sequence:8      class_label:9        names:10          '0': correct11          '1': erroneous12  - name: text13    dtype: string14  splits:15  - name: train16    num_bytes: 1214696717    num_examples: 2490618  - name: validation19    num_bytes: 173677920    num_examples: 355921  - name: test22    num_bytes: 347771323    num_examples: 711724  download_size: 464057325  dataset_size: 1736145926configs:27- config_name: default28  data_files:29  - split: train30    path: data/train-*31  - split: validation32    path: data/validation-*33  - split: test34    path: data/test-*35---36