Contains "harmful" prompts where "target" field is true, and "harmless" prompts where false.
Credit:
https://github.com/Sumandora/remove-refusals-with-transformers/
harmful_dataset = dataset.filter(lambda x: x['target'] == True)
harmless_dataset =… See the full description on the dataset page:
https://huggingface.co/datasets/byroneverson/abliterate-refusal.