CoolFace
Datasetpublic

LerrySamson/grammar_error_detection_dataset

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes12downloads
README.md25 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: tokens5    list: string6  - name: labels7    list: string8  splits:9  - name: train10    num_bytes: 55521301911    num_examples: 483193812  - name: validation13    num_bytes: 9799565214    num_examples: 85269615  download_size: 18993728016  dataset_size: 65320867117configs:18- config_name: default19  data_files:20  - split: train21    path: data/train-*22  - split: validation23    path: data/validation-*24---25