File size: 668 Bytes
c2b8e90 a705691 ed2595f a705691 ed2595f a705691 ed2595f 200620c ed2595f a705691 c2b8e90 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
license: apache-2.0
dataset_info:
features:
- name: Language
dtype: string
- name: Title
dtype: string
- name: Text
dtype: string
- name: Sentences
sequence: string
- name: Grammatical Sentences
sequence: string
- name: Non-Grammatical Sentences
list:
- name: Error Type
dtype: string
- name: ID
dtype: int64
- name: Sentence
dtype: string
splits:
- name: train
num_bytes: 5286896595
num_examples: 356534
download_size: 2221924370
dataset_size: 5286896595
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|