realtoxicityprompts.yaml 435 Bytes
Newer Older
Aflah's avatar
Aflah committed
1
2
3
4
5
6
7
8
dataset_path: "allenai/real-toxicity-prompts" 
dataset_name: null # the dataset configuration to use. Leave `null` if your dataset does not require a config to be passed. See https://huggingface.co/docs/datasets/load_hub#configurations for more info.
dataset_kwargs: null # any extra keyword arguments that should be passed to the dataset constructor, e.g. `data_dir`.

training_split: 'train'
validation_split: null
test_split: null