File size: 563 Bytes
384e9b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: correct
    dtype: string
  - name: incorrect
    dtype: string
  - name: error_count
    dtype: int64
  - name: error_types
    dtype: string
  - name: copy_labels
    dtype: string
  splits:
  - name: train
    num_bytes: 309532069.0105622
    num_examples: 437409
  - name: test
    num_bytes: 77383547.98943782
    num_examples: 109353
  download_size: 150285312
  dataset_size: 386915617.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---