File size: 438 Bytes
e5f9c80
2b84042
 
 
 
 
 
 
 
 
 
 
 
e5f9c80
2b84042
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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")
```