NousResearch/hermes-function-calling-v1

Dataset em destaque no Hugging Face — 31.9 mil downloads. Hermes Function-Calling V1 This dataset is the compilation of structured output and function calling data used in the Hermes 2 Pro series of models.

Hugging Face · Datasets ·NousResearch · ·↓ 31859 ·♥ 437

O dataset NousResearch/hermes-function-calling-v1 está entre os destaques do Hugging Face — dados que alimentam o treinamento e a avaliação dos modelos do momento.

Ficha do dataset

  • Tarefas: geração de texto, perguntas e respostas, embeddings
  • Idiomas: inglês
  • Licença: Apache 2.0
  • Downloads: 31.9 mil · Curtidas: 437

Sobre o dataset

Hermes Function-Calling V1 This dataset is the compilation of structured output and function calling data used in the Hermes 2 Pro series of models.

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

from datasets import load_dataset

ds = load_dataset("NousResearch/hermes-function-calling-v1")
print(ds)
print(ds["train"][0])

Tags

text-generation question-answering feature-extraction tool-use, function-calling agentic synthetic-data

Explorar o dataset no Hugging Face →

compartilhar: