AIAny
Icon for item

Türkçe Atlas — Instruct SFT

Provides 336,146 Turkish instruction-following chat examples (system→user→assistant) for supervised fine-tuning; single train split (no validation/test), reported MIT license, diverse tasks (rewrites, summarization, QA) and a uniform system prompt that may bias model behavior.

Introduction

All 336,146 entries share a conversation-style format (system → user → assistant), making this dataset a large, ready-to-use supply of Turkish instruction-following examples—but that very uniformity is its most important caveat.

What Sets It Apart
  • Single, consistent system prompt across every record: improves intra-dataset consistency and simplifies loss masking for SFT, but increases the risk that a model will overfit to that specific system instruction and underperform under different system prompts.
  • Conversation-native structure: each example stores messages as role-tagged segments rather than paired input/target text, reducing preprocessing work for chat-oriented training pipelines and enabling direct application of chat templates from tokenizers.
  • Broad task coverage with scale: observed examples include rewrites, style transfers, summarization, extractive/abstractive QA, structured JSON/Markdown outputs, NLU-style extraction, numeric reasoning and domain-specific (API, security, health) prompts—useful for building general-purpose Turkish instruction-following assistants.
  • Single train-only split and reported MIT license: simplifies immediate use but requires users to create validation/test splits and to independently verify licensing for downstream redistribution.
Who it's for and trade-offs

Great fit if you need a large, chat-formatted Turkish SFT corpus to bootstrap instruction tuning or LoRA/QLoRA experiments and you plan to (a) apply a chat template-aware tokenizer and (b) implement your own validation split. Look elsewhere if you require inherently diverse system prompts for robust prompt-generalization testing, a curated validation/test set, or guaranteed absence of PII—automated pattern scans found instances resembling emails, phone numbers, national-ID-like strings and URLs, so contextual PII review and masking are recommended before production use.

Practical notes: the dataset is stored as JSONL with a single messages column; many loader examples and tokenizer guidance exist on the hosting page to help map messages into model-specific chat templates. Legal caution: repository metadata reports an MIT license, but the dataset may aggregate external sources—perform a rights review before redistribution or commercial use.

Information

Categories

More Items

Hugging Face

Refines large-scale English pretraining corpora by predicting per-instance structured edits (insert, delete, replace) and deterministically applying them to produce cleaner text for LLM training. Provides five ~20B-token refined corpora in parquet with edit metadata and simple loading configs.

Hugging Face

Collects ~200,000 human responses to 20 visual/semantic association questions (e.g., Bouba–Kiki), with per-response image options and demographic metadata — useful for cross‑cultural perception and evaluation of multimodal systems, but not guaranteed as a rigorously controlled experimental sample.

Hugging Face

Provides ~50M multimodal annotations organized for unified training across structured visual understanding, segmentation, dense geometric prediction, and multi-view reconstruction — released as task-specific JSONL files that reference original image assets rather than redistributing raw images.