How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="salihbicakci/turkish-recipe-gemma2-2b",
	filename="turkish-recipe-q4_k_m.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Turkish Recipe Gemma 2 2B

Gemma 2 2B Instruct modelinin, havva-nur/turkish-food-recipes veri seti ile fine-tune edilmis hali.

Kullanim (Ollama)

# Modelfile olustur
echo 'FROM ./turkish-recipe-q4_k_m.gguf' > Modelfile
ollama create turkish-recipe -f Modelfile
ollama run turkish-recipe "Bana karniyarik tarifi verir misin?"

Egitim Detaylari

  • Base model: unsloth/gemma-2-2b-it
  • Egitim verisi: havva-nur/turkish-food-recipes (11,755 tarif)
  • Yontem: LoRA (r=16) + SFT
  • Donanim: RTX 5090 Laptop GPU
  • Framework: Unsloth
Downloads last month
10
GGUF
Model size
3B params
Architecture
gemma2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for salihbicakci/turkish-recipe-gemma2-2b

Quantized
(184)
this model