File size: 599 Bytes
32e228f a1083fa 32e228f a1083fa 32e228f |
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 |
---
dataset_info:
features:
- name: instruction
dtype: string
- name: output
dtype: string
- name: toxicity
dtype: float64
- name: severe_toxicity
dtype: float64
- name: obscene
dtype: float64
- name: threat
dtype: float64
- name: insult
dtype: float64
- name: identity_attack
dtype: float64
- name: sexual_explicit
dtype: float64
splits:
- name: train
num_bytes: 8618618
num_examples: 23841
download_size: 4884576
dataset_size: 8618618
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|