Dataset LLMs & Texto

HAERAE-HUB/NOLLI

Dataset com 1 mil – 10 mil exemplos — 427 downloads no Hugging Face. NOLLI NOLLI (논리) is a benchmark of rule-based logical puzzles in Korean and English, designed with difficulty calibration in mind.

Hugging Face · Datasets ·HAERAE-HUB · ·↓ 427 ·♥ 8

O dataset HAERAE-HUB/NOLLI está entre os destaques do Hugging Face — dados que alimentam o treinamento e a avaliação dos modelos do momento.

Ficha do dataset

  • Tamanho: 1 mil – 10 mil exemplos
  • Tarefas: perguntas e respostas
  • Idiomas: coreano, inglês
  • Licença: MIT
  • Downloads: 427 · Curtidas: 8

Sobre o dataset

NOLLI NOLLI (논리) is a benchmark of rule-based logical puzzles in Korean and English, designed with difficulty calibration in mind.

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

from datasets import load_dataset

ds = load_dataset("HAERAE-HUB/NOLLI")
print(ds)
print(ds["train"][0])

Tags

question-answering reasoning logic puzzles korean

Explorar o dataset no Hugging Face →

compartilhar: