File size: 208 Bytes
ced362c
 
 
 
 
 
1
2
3
4
5
6
7
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("abhimadd/crec1")
model = AutoModelForCausalLM.from_pretrained("abhimadd/crec1")