chanwit/gemma4-opus-high-reasoning-250
收藏Hugging Face2026-04-06 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/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)
提供机构:
chanwit



