chanwit/gemma4-opus-high-reasoning-250
收藏资源简介:
--- license: apache-2.0 language: - en tags: - gemma-4 - reasoning - thinking - fine-tuning - distillation size_categories: - n<3K source_datasets: - TeichAI/claude-4.5-opus-high-reasoning-250x --- # gemma4-opus-high-reasoning-250 Gemma-4 formatted reasoning distillation dataset. ## Format This dataset uses the **Gemma-4 thinking format** with channel-based reasoning: ``` <|turn>system <|think|>You are a helpful assistant...<turn|> <|turn>user {problem}<turn|> <|turn>model <|channel>thought {step-by-step reasoning} <channel|> {final answer}<turn|> ``` ## Source Converted from Claude Opus/Qwen reasoning traces: - `TeichAI/claude-4.5-opus-high-reasoning-250x` ## Statistics - **Total examples**: 250 - **Format**: Gemma-4 text-only - **Purpose**: Fine-tuning for step-by-step reasoning ## Usage ```python from datasets import load_dataset dataset = load_dataset("chanwit/gemma4-opus-high-reasoning-250") ``` ## License Apache 2.0 (same as source datasets)



