---# Load model directly | |
from transformers import AutoModelForCausalLM | |
model = AutoModelForCausalLM.from_pretrained("ehartford/WizardLM-Uncensored-Falcon-7b", trust_remote_code=True) | |
license: wtfpl | |
--- | |
---# Load model directly | |
from transformers import AutoModelForCausalLM | |
model = AutoModelForCausalLM.from_pretrained("ehartford/WizardLM-Uncensored-Falcon-7b", trust_remote_code=True) | |
license: wtfpl | |
--- | |