The model is designed to provide conversational assistance related to software engineering, artificial intelligence, university life, and the AyarlicazHocam ecosystem.
The model was fine-tuned on a custom bilingual (Turkish & English) conversational dataset.
1from transformers import AutoTokenizer, AutoModelForCausalLM
2
3tokenizer = AutoTokenizer.from_pretrained("gorkemergune/ayarlicazhocam-llama-3.2-3b")
4model = AutoModelForCausalLM.from_pretrained("gorkemergune/ayarlicazhocam-llama-3.2-3b")
The complete training pipeline, notebooks, and preprocessing scripts are available on GitHub:
This project is intended for research, experimentation, and educational purposes.
This llama model was trained 2x faster with
Unsloth