🧠 RN_TR_R1 - Turkish-English Reasoning Chat Model (8.03B)

RN_TR_R1 is an open-source, bilingual reasoning chat model fine-tuned on Turkish and English dialogue. It is optimized for instruction-following, multi-step reasoning, and real-time conversation. Built on LLaMA architecture and trained 2x faster with Unsloth + TRL.

✨ Highlights

  • πŸ—£οΈ Bilingual: Turkish-first with strong English understanding
  • ⚑ 2x Training Speed: Thanks to Unsloth + TRL
  • 🧠 Reasoning Ready: Handles complex instructions, multi-turn logic, and structured thinking
  • 🧩 Conversational Tuning: Optimized for chat + instruction formats
  • 🌐 Available on: Ollama, Hugging Face

πŸš€ Quick Start

# via Ollama
ollama run RefinedNeuro/RN_TR_R1

# or via Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("RefinedNeuro/RN_TR_R1")
tokenizer = AutoTokenizer.from_pretrained("RefinedNeuro/RN_TR_R1")
Downloads last month
34
Safetensors
Model size
8.03B params
Tensor type
FP16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for RefinedNeuro/RN_TR_R1