| 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: | |
| ```python | |
| from datasets import load_dataset | |
| dataset = load_dataset("Tyrion279/leg-counting") | |
| ``` | |