File size: 535 Bytes
df22f4a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
  config_name: en
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 43524802
    num_examples: 200000
  - name: validation
    num_bytes: 1097465
    num_examples: 5000
  - name: test
    num_bytes: 1083550
    num_examples: 5000
  download_size: 27948523
  dataset_size: 45705817
configs:
- config_name: en
  data_files:
  - split: train
    path: en/train-*
  - split: validation
    path: en/validation-*
  - split: test
    path: en/test-*
---