🚀 TEKNOFEST 2025 - Türkçe Eğitim Modeli

Bu model TEKNOFEST 2025 Eylem Temelli Türkçe Büyük Dil Modeli Yarışması için geliştirilmiştir.

Model Bilgileri

  • Base Model: Qwen/Qwen3-8B
  • Fine-tuning: LoRA Adapter
  • Dil: Türkçe
  • Alan: Eğitim Teknolojileri

Kullanım

from transformers import AutoModelForCausalLM, AutoTokenizer

model_name = "Huseyin/teknofest-2025-turkish-edu"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(model_name)

prompt = 'Türkçe eğitimi için bir öneri:'
inputs = tokenizer(prompt, return_tensors='pt')
outputs = model.generate(**inputs, max_new_tokens=200)
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
print(response)

Lisans

Apache 2.0

TEKNOFEST 2025

Bu model TEKNOFEST 2025 yarışması için geliştirilmiştir.

Downloads last month
6
Safetensors
Model size
8B params
Tensor type
F32
·
F16
·
I8
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Huseyin/teknofest-2025-turkish-edu

Base model

Qwen/Qwen3-8B-Base
Finetuned
Qwen/Qwen3-8B
Finetuned
(622)
this model

Dataset used to train Huseyin/teknofest-2025-turkish-edu