---# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("ehartford/WizardLM-Uncensored-Falcon-7b", trust_remote_code=True)
license: wtfpl
Downloads last month
-
Downloads are not tracked for this model.
How to track
Inference API
Unable to determine this model's library. Check the
docs
.