Dataset LLMs & Texto

r0b0tlab/qwen3.8-max-distillation-50k

Dataset com 10 mil – 100 mil exemplos — 663 downloads no Hugging Face. Qwen3.8-Max Distillation 50K A curated dataset of 49,772 teacher-generated traces from qwen3.8-max-preview, prepared for supervised fine-tuning and of…

Hugging Face · Datasets ·r0b0tlab · ·↓ 663 ·♥ 47

O dataset r0b0tlab/qwen3.8-max-distillation-50k está entre os destaques do Hugging Face — dados que alimentam o treinamento e a avaliação dos modelos do momento.

Ficha do dataset

  • Tamanho: 10 mil – 100 mil exemplos
  • Tarefas: geração de texto, perguntas e respostas
  • Idiomas: inglês
  • Licença: proprietária / outra
  • Downloads: 663 · Curtidas: 47

Sobre o dataset

Qwen3.8-Max Distillation 50K A curated dataset of 49,772 teacher-generated traces from qwen3.8-max-preview, prepared for supervised fine-tuning and off-policy knowledge distillation. The teacher responses are preserved as returned by the API. Where the model emitted visible <think>...</think> blocks, those blocks remain in the assistant message. Some simpler prompts received direct answers without a thinking block. [!CAUTION] Terms and provenance notice — not cleared for… See the full description on the dataset page: https://huggingface.co/datasets/r0b0tlab/qwen3.8-max-distillation-50k.

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

from datasets import load_dataset

ds = load_dataset("r0b0tlab/qwen3.8-max-distillation-50k")
print(ds)
print(ds["train"][0])

Tags

text-generation question-answering distillation knowledge-distillation reasoning chain-of-thought supervised-fine-tuning math

Explorar o dataset no Hugging Face →

compartilhar: