leg-counting / README.md
Tyrion279's picture
Add dataset card
2b84042 verified
metadata
license: mit
task_categories:
  - question-answering
  - text-generation
language:
  - en
size_categories:
  - 1K<n<10K
tags:
  - mathematics
  - reasoning
  - math

leg-counting

Leg counting task - count total legs given a list of animals with quantities.

Dataset Structure

This dataset is in Hugging Face datasets format. Load it with:

from datasets import load_dataset
dataset = load_dataset("Tyrion279/leg-counting")