How to use from the Transformers library

from transformers import AutoTokenizer, AutoModelForCausalLM

model_name = "ycmaonlp/Llama3.1-8B-Instruct-SQuAD-CodeSwitched-XXXX"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(model_name)
Downloads last month
17
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ycmaonlp/Llama3.1-8B-Instruct-SQuAD-CodeSwitched-XXXX

Finetuned
(1966)
this model

Collection including ycmaonlp/Llama3.1-8B-Instruct-SQuAD-CodeSwitched-XXXX