Dataset LLMs & Texto

SupraLabs/LLM-self-identification

Dataset com menos de mil exemplos — 63 downloads no Hugging Face. Self Identification – Give your Language model an identity About Self Identification Self identification is training set SupraLabs curated for devel…

Hugging Face · Datasets ·SupraLabs · ·↓ 63 ·♥ 8

O dataset SupraLabs/LLM-self-identification está entre os destaques do Hugging Face — dados que alimentam o treinamento e a avaliação dos modelos do momento.

Ficha do dataset

  • Tamanho: menos de mil exemplos
  • Tarefas: geração de texto, perguntas e respostas
  • Idiomas: inglês
  • Licença: Apache 2.0
  • Downloads: 63 · Curtidas: 8

Sobre o dataset

Self Identification – Give your Language model an identity About Self Identification Self identification is training set SupraLabs curated for developers/trainers to experiment with to let your language model know about their identity.

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

from datasets import load_dataset

ds = load_dataset("SupraLabs/LLM-self-identification")
print(ds)
print(ds["train"][0])

Tags

text-generation question-answering self-identification llm identity

Explorar o dataset no Hugging Face →

compartilhar: