--- {} --- # Model with A Single Refusal Token This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on UltraChat SFT with the respond token, CoCoNoT refusals with the refuse token, and CoCoNoT's contrast data as SFT data with the respond token. Note that this model is not the model found in the paper the original models are not able to be released due to corporate legalities. ## Suggusted Method For Generations For generating a output from this model, please refer to the code found in [repo](https://github.com/neelsjain/refusal-tokens) in the `coconot_eval` folder.