File size: 549 Bytes
1c55aa7 dac717e 1c55aa7 7ac2eef 1c55aa7 | 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 | ---
dataset_info:
features:
- name: system
dtype: string
- name: user
dtype: string
- name: content
dtype: string
- name: prompt_tokens
dtype: int64
- name: completion_tokens
dtype: int64
- name: group
dtype: string
- name: is_toxic
dtype: int64
- name: generation_method
dtype: string
splits:
- name: train
num_bytes: 29223700
num_examples: 12000
download_size: 873726
dataset_size: 29223700
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|