File size: 516 Bytes
4c4b80a f311e28 4c4b80a |
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 |
---
dataset_info:
features:
- name: text
dtype: string
- name: scores
sequence: int64
- name: race_origin
dtype: bool
- name: gender_sex
dtype: bool
- name: religion
dtype: bool
- name: ability
dtype: bool
- name: violence
dtype: bool
splits:
- name: train
num_bytes: 2083692353.128126
num_examples: 1187401
download_size: 1294186713
dataset_size: 2083692353.128126
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|