TurkishReasoner
Collection
Models that are trained on reasoning task in Turkish language.
•
4 items
•
Updated
•
1
TurkishReasoner-Llama8B leverages Meta's powerful Llama3.1-8B foundation model to deliver sophisticated reasoning capabilities in Turkish. Fine-tuned using GRPO techniques, this model excels at multistep reasoning processes with particular strength in mathematical problem-solving and logical deduction.
This model is well-suited for a variety of Turkish reasoning applications:
from transformers import pipeline
pipe = pipeline("text-generation", model="Chan-Y/TurkishReasoner-Llama3.1-8B", device=0)
messages = [
{"role": "system", "content": """Sen kullanıcıların isteklerine Türkçe cevap veren bir asistansın ve sana bir problem verildi.
Problem hakkında düşün ve çalışmanı göster.
Çalışmanı <start_working_out> ve <end_working_out> arasına yerleştir.
Sonra, çözümünü <SOLUTION> ve </SOLUTION> arasına yerleştir.
Lütfen SADECE Türkçe kullan."""},
{"role": "user", "content": "121'in karekökü kaçtır?"},
]
response = pipe(messages)
print(response)
For more information or assistance with this model, please contact the developers: