Lucas94 commited on
Commit
37d8838
1 Parent(s): ab0a792

Update README.md (#1)

Browse files

- Update README.md (38f2f9b8ad57dea3e0025990a81f95fee8ae2f4c)

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
  ---