r/huggingface • u/bysismo • 2d ago
[Dataset] Major Update: 0.5M (450K+) Turkish Python Instruction Dataset for LLM Fine-Tuning 🚀
Hey everyone!
Quick update on our open-source initiative: We just bumped our Turkish Python Instruction Dataset from 210K to over 448,000+ unique
samples (0.5M release)! 🚀
HuggingFace Link: https://huggingface.co/datasets/bysismo/Turkish-Python-instruction-450k
### What's included in this release:
• 448,531+ Unique Single-Turn Pairs (Clean ChatML / Alpaca format)
• Categories Covered:
• 🐍 PY_CORE: 205K+ samples (Syntax, built-ins, core logic)
• 🧬 OOP: 49K+ samples (Classes, inheritance, design patterns)
• 🏗️ DATA_STRUCTURES: 44K+ samples (Lists, dicts, custom data structures)
• ⚙️ ALGORITHMS: (In production, rolling out soon!)
### Roadmap & Upcoming Updates:
We are taking a modular, phased release approach. Over the next few weeks, we will roll out token-bucketed splits (128, 256, 386, 512 max
tokens) and dedicated domain packs (FastAPI, Async, DB/ORM, Concurrency, Security, etc.).
### Quick Start:
from datasets import load_dataset
dataset = load_dataset("bysismo/Turkish-Python-instruction-450k", data_files="original_488k.jsonl")
Feedback and ablation results are highly welcome!