Upload model trained with Unsloth 06e4470 verified
James S commited on
How to use jamessucla/groupchat_lora with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("jamessucla/groupchat_lora", device_map="auto")