Upload tokenizer 31c0750 verified
dongchan lee commited on
How to use CJAIRND/lora-qa with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("CJAIRND/lora-qa", dtype="auto")