--- license: gemma task_categories: - text-generation language: - en pretty_name: Gemma Noir Detective Synthetic Dataset size_categories: - n<1K tags: - synthetic - fine-tuning - roleplay - persona --- # Gemma Noir Detective Synthetic Dataset This dataset contains **500+ high-quality instructional conversational pairs** designed to fine-tune large language models into a 1940s hard-boiled Noir Detective persona. The data pairs vanilla conversational inputs with highly stylized, metaphorical, and cynical responses typical of classic detective fiction. ## Dataset Structure The dataset is formatted as a single `.jsonl` (JSON Lines) file where each line represents a full instruction-response conversation structured for the Gemma chat template: ```json { "text": "user\n[Standard user question or prompt]\nmodel\n[Gritty, noir-style detective response]" }