Lucas94 commited on
Commit
38f2f9b
1 Parent(s): ab0a792

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,3 +1,5 @@
1
- ---
 
 
2
  license: wtfpl
3
  ---
 
1
+ ---# Load model directly
2
+ from transformers import AutoModelForCausalLM
3
+ model = AutoModelForCausalLM.from_pretrained("ehartford/WizardLM-Uncensored-Falcon-7b", trust_remote_code=True)
4
  license: wtfpl
5
  ---