Dataset LLMs & Texto

Manusagents/GPT-5.5-Gemini-3.1-Pro-Grok-4-Claude-Fable-5-Mythos-5-Qwen-3.7-Max-and-more-Distillation-Dataset

Dataset com 10 – 100 milhões de exemplos — 14.1 mil downloads no Hugging Face. 📖 The Open Distillation Codex 🌌 The Ultimate Open-Source Distillation Dataset — No Skip, Full, with Attack & Defense 🌌 Where 73 open-source…

Hugging Face · Datasets ·Manusagents · ·↓ 14084 ·♥ 182

O dataset Manusagents/GPT-5.5-Gemini-3.1-Pro-Grok-4-Claude-Fable-5-Mythos-5-Qwen-3.7-Max-and-more-Distillation-Dataset 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 – 100 milhões de exemplos
  • Tarefas: geração de texto, other
  • Idiomas: inglês, multilíngue
  • Licença: MIT
  • Downloads: 14.1 mil · Curtidas: 182

Sobre o dataset

📖 The Open Distillation Codex 🌌 The Ultimate Open-Source Distillation Dataset — No Skip, Full, with Attack & Defense 🌌 Where 73 open-source minds converge into one unified stream of intelligence 18M+ Distilled Signals · 7,090 Raw GitHub Repositories · 8 Curated Categories · ~76 GB+ "We did not write this dataset.

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

Como é um dataset grande, vale carregar em modo streaming (sem baixar tudo):

from datasets import load_dataset

ds = load_dataset("Manusagents/GPT-5.5-Gemini-3.1-Pro-Grok-4-Claude-Fable-5-Mythos-5-Qwen-3.7-Max-and-more-Distillation-Dataset", split="train", streaming=True)
for exemplo in ds.take(3):
    print(exemplo)

Tags

text-generation other distillation instruction-tuning sft reasoning coding code-repositories

Explorar o dataset no Hugging Face →

compartilhar: