File size: 409 Bytes
9c3c04a
 
 
 
 
 
 
 
7ae0e50
 
 
b966d93
6bea804
 
 
 
9c3c04a
 
 
666c76a
 
7ae0e50
 
9c3c04a
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: toxic
    dtype: int64
  splits:
  - name: test
    num_bytes: 1432339
    num_examples: 5000
  - name: train
    num_bytes: 17858134
    num_examples: 73059
  download_size: 8302318
  dataset_size: 19290473
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
---