Upload model trained with Unsloth 7389277 verified
Ish Man commited on
How to use IndianChess/lora_model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("IndianChess/lora_model", device_map="auto")