huihui-ai/Mistral-Nemo-Instruct-2407-abliterated
his is an uncensored version of mistralaiMistral-Nemo-Instruct-2407 created with abliteration (see remove-refusals-with-transformers to know more about it).
If the desired result is not achieved, you can clear the conversation and try again.
Transformers
NOTE: Until a new release has been made, you need to install transformers from source:
pip install git+https://github.com/huggingface/transformers.git
If you want to use Hugging Face transformers
to generate text, you can do something like this.
from transformers import pipeline
messages = [
{"role": "system", "content": "You are a pirate chatbot who always responds in pirate speak!"},
{"role": "user", "content": "Who are you?"},
]
chatbot = pipeline("text-generation", model="mistralai/Mistral-Nemo-Instruct-2407-abliterated",max_new_tokens=128)
chatbot(messages)
- Downloads last month
- 7
Model tree for huihui-ai/Mistral-Nemo-Instruct-2407-abliterated
Base model
mistralai/Mistral-Nemo-Base-2407
Finetuned
mistralai/Mistral-Nemo-Instruct-2407