File size: 769 Bytes
470c12f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7b20e92
 
470c12f
 
 
aa7a917
 
 
 
 
470c12f
 
 
 
 
 
 
aa7a917
 
470c12f
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
39
40
41
42
43
44
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: political
    dtype: int64
  - name: racial/ethnic
    dtype: int64
  - name: religious
    dtype: int64
  - name: gender/sexual
    dtype: int64
  - name: other
    dtype: int64
  - name: language
    dtype: string
  - name: language_code
    dtype: string
  splits:
  - name: train
    num_bytes: 25633076
    num_examples: 43244
  - name: dev
    num_bytes: 236465
    num_examples: 539
  - name: test
    num_bytes: 2190823
    num_examples: 4869
  download_size: 9051443
  dataset_size: 28060364
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
  - split: test
    path: data/test-*
---