Dataset LLMs & Texto

LiquidAI/antidoom-mix-v1.0

Dataset com 100 mil – 1 milhão de exemplos — 245 downloads no Hugging Face. Antidoom Mix v1.0 [!Note] 📝 Blog post: https://www.liquid.ai/blog/antidoom 💻 GitHub: https://github.com/Liquid4All/antidoom Antidoom Mix v1.0 is…

Hugging Face · Datasets ·LiquidAI · ·↓ 245 ·♥ 49

O dataset LiquidAI/antidoom-mix-v1.0 está entre os destaques do Hugging Face — dados que alimentam o treinamento e a avaliação dos modelos do momento.

Ficha do dataset

  • Tamanho: 100 mil – 1 milhão de exemplos
  • Tarefas: geração de texto
  • Idiomas: inglês
  • Licença: Apache 2.0
  • Downloads: 245 · Curtidas: 49

Sobre o dataset

Antidoom Mix v1.0 [!Note] 📝 Blog post: https://www.liquid.ai/blog/antidoom 💻 GitHub: https://github.com/Liquid4All/antidoom Antidoom Mix v1.0 is a prompt-only training mixture for antidoom-style generation and preference-data pipelines. The dataset is intended to provide prompts only. Gold answers, rationales, hidden tests, verifier targets, and answer labels are intentionally removed. Terminal answer cues such as Answer: are stripped and rows with obvious answer traces… See the full description on the dataset page: https://huggingface.co/datasets/LiquidAI/antidoom-mix-v1.0.

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

from datasets import load_dataset

ds = load_dataset("LiquidAI/antidoom-mix-v1.0")
print(ds)
print(ds["train"][0])

Tags

text-generation antidoom prompt-only sharegpt preference-training

Explorar o dataset no Hugging Face →

compartilhar: