# Load model directly | |
from transformers import AutoTokenizer, AutoModelForCausalLM | |
tokenizer = AutoTokenizer.from_pretrained("mohammedbriman/llama-2-7b-chat-turkish-instructions") | |
model = AutoModelForCausalLM.from_pretrained("mohammedbriman/llama-2-7b-chat-turkish-instructions") |