CoolFace
Datasetpublic

sleepyeldrazi/qwen3.6-27b-self-data-distillation-dataset

Qwen3.6-27B Self-Data-Distillation Trajectories Single‑turn reasoning trajectories generated by running Qwen3.6‑27B (via vLLM). Each trajectory contains a system prompt, a user task, and the model's full output (including reasoning steps embedded in the assistant content field). Data Format Four JSONL files, one per category. Each line is: { "id": "traj_<timestamp>_<idx>_<seq>", "source": "synthetic-qwen3.6-27b", "task": "<the prompt given to the model>"… See the full description on the dataset page: https://huggingface.co/datasets/sleepyeldrazi/qwen3.6-27b-self-data-distillation-dataset.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
2likes32downloads
Dataset Card

Qwen3.6-27B Self-Data-Distillation Trajectories

Single‑turn reasoning trajectories generated by running Qwen3.6‑27B (via vLLM). Each trajectory contains a system prompt, a user task, and the model's full output (including reasoning steps embedded in the assistant content field).


Data Format

Four JSONL files, one per category. Each line is:

json
{
  "id": "traj_<timestamp>_<idx>_<seq>",
  "source": "synthetic-qwen3.6-27b",
  "task": "<the prompt given to the model>",
  "messages": [
    {"role": "system",   "content": "You are a helpful AI assistant."},
    {"role": "user",     "content": "<task>"},
    {"role": "assistant","content": "<full response with reasoning>", "reasoning_content": ""}
  ],
  "input_tokens":  <int>,
  "output_tokens": <int>
}

Generation settings

ParameterValue
ModelQwen3.6‑27B
Temperature0.7
Max tokens16,384
Concurrency256 per category
System prompt"You are a helpful AI assistant."
Sourcesynthetic-qwen3.6-27b

Distribution

CategorySamples% of DatasetTotal Tokens% of TokensAvg TokensAvg InAvg OutMin TokensMax Tokens
Math3999.1%4,245,76821.4%10,64114110,5001,88716,679
World Knowledge2,00045.5%8,000,69240.2%4,000823,9182,3965,492
Coding60013.6%2,404,96512.1%4,008373,9711,8025,614
Agentic1,40031.8%5,229,49526.3%3,735503,6851,9475,482
Total4,399100.0%19,880,920100.0%4,520694,4511,80216,679
Note: Math trajectories are longer on average (10.6K tokens) because the model produces detailed step‑by‑step reasoning. World Knowledge, Coding, and Agentic trajectories are shorter (~3.7–4K tokens). The max token ceiling of 16,384 was only approached in Math.

Files

FileSize
data/math_trajectories.jsonl11 MB
data/world_knowledge_trajectories.jsonl34 MB
data/coding_trajectories.jsonl9.8 MB
data/agentic_trajectories.jsonl22 MB

Prompt Sources

CategorySource
Mathnvidia/OpenMathReasoning
World Knowledgesoldni/jeopardy + Tier1 questions
CodingTier1 + generated coding tasks
AgenticTier1 + generated agentic/tool‑use scenarios

License

Apache 2.0