File size: 686 Bytes
6c250a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
---
dataset_info:
  features:
  - name: error_type
    dtype: string
  - name: upos
    dtype: string
  - name: lemma
    dtype: string
  - name: feature
    dtype: string
  - name: bad_sentence
    dtype: string
  - name: sentence_start_index
    dtype: int64
  - name: error_word
    dtype: float64
  - name: agree_word
    dtype: float64
  - name: error_depth
    dtype: float64
  - name: agree_depth
    dtype: float64
  - name: sentence_length
    dtype: float64
  splits:
  - name: train
    num_bytes: 218831391
    num_examples: 722395
  download_size: 33194850
  dataset_size: 218831391
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---