Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Lucas94
/
L
like
0
Model card
Files
Files and versions
Community
1
refs/pr/1
L
/
README.md
Lucas94
Update README.md
38f2f9b
over 1 year ago
preview
code
|
raw
Copy download link
history
blame
Safe
202 Bytes
---# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from
_pretrained("ehartford/WizardLM-Uncensored-Falcon-7b", trust_
remote
_code=True)
license: wtfpl
---