--- language: - tr license: gemma base_model: google/gemma-2-2b-it tags: - gguf - turkish - recipe - gemma2 - fine-tuned - unsloth --- # Turkish Recipe Gemma 2 2B Gemma 2 2B Instruct modelinin, `havva-nur/turkish-food-recipes` veri seti ile fine-tune edilmis hali. ## Kullanim (Ollama) ```bash # 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