datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
rt-inod-jailbreaking
JAILBREAKING dataset
Red teaming human-crafted jailbreaking dataset.
Usage
import datasets
dataset = datasets.load_dataset('innodatalabs/rt-inod-jailbreaking')
for item in dataset['train']:
print(item) # do the needful :)
License
This dataset is distributed under the terms of
CC BY-SA 4.0.
Citation
@misc{nadeau2024benchmarking,
title={Benchmarking Llama2, Mistral, Gemma and GPT for Factuality, Toxicity, Bias and Propensity for… See the full description on the dataset page: https://huggingface.co/datasets/innodatalabs/rt-inod-jailbreaking.long_context_jailbreaking
