Text Generation
Transformers
PyTorch
llama
uncensored
text-generation-inference
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="QuixiAI/WizardLM-13B-Uncensored")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("QuixiAI/WizardLM-13B-Uncensored")
model = AutoModelForCausalLM.from_pretrained("QuixiAI/WizardLM-13B-Uncensored")
Quick Links

This is WizardLM trained with a subset of the dataset - responses that contained alignment / moralizing were removed. The intent is to train a WizardLM that doesn't have alignment built-in, so that alignment (of any sort) can be added separately with for example with a RLHF LoRA.

Shout out to the open source AI/ML community, and everyone who helped me out.

Note:
An uncensored model has no guardrails.
You are responsible for anything you do with the model, just as you are responsible for anything you do with any dangerous object such as a knife, gun, lighter, or car. Publishing anything this model generates is the same as publishing it yourself. You are responsible for the content you publish, and you cannot blame the model any more than you can blame the knife, gun, lighter, or car for what you do with it.

Downloads last month
2,063
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support

Model tree for QuixiAI/WizardLM-13B-Uncensored

Quantizations
9 models

Dataset used to train QuixiAI/WizardLM-13B-Uncensored

Spaces using QuixiAI/WizardLM-13B-Uncensored 100

Free AI Image Generator No sign-up. Instant results. Open Now