How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("hug-me-please/RL_CAMEL", dtype="auto")
Quick Links

TO USE:

from transformers import AutoTokenizer, LlamaForCausalLM

model = LlamaForCausalLM.from_pretrained("hug-me-please/RL_CAMEL")
tokenizer = AutoTokenizer.from_pretrained("hug-me-please/RL_CAMEL")
Downloads last month
2
Video Preview
loading