Upload folder using huggingface_hub
Browse files- README.md +35 -21
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,34 +1,48 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
- name: problem
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: answer
|
| 13 |
-
dtype: string
|
| 14 |
splits:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
download_size:
|
| 19 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Stepcount-500
|
| 23 |
|
| 24 |
-
A benchmark dataset of 500 counting samples with object counts ranging from 11 to 50.
|
| 25 |
-
|
| 26 |
## Dataset Description
|
| 27 |
|
| 28 |
-
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## Usage
|
| 34 |
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
+
- name: images
|
| 5 |
+
sequence: image
|
| 6 |
+
- name: problem
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: answer
|
| 9 |
+
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
splits:
|
| 11 |
+
- name: train
|
| 12 |
+
num_bytes: 106400000
|
| 13 |
+
num_examples: 500
|
| 14 |
+
download_size: 106400000
|
| 15 |
+
dataset_size: 106400000
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: default
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: data/train-*
|
| 21 |
---
|
| 22 |
|
| 23 |
# Stepcount-500
|
| 24 |
|
|
|
|
|
|
|
| 25 |
## Dataset Description
|
| 26 |
|
| 27 |
+
Stepcount-500 is a benchmark dataset of 500 counting samples with object counts ranging from 11 to 50.
|
| 28 |
+
|
| 29 |
+
## Dataset Structure
|
| 30 |
+
|
| 31 |
+
### Data Fields
|
| 32 |
+
|
| 33 |
+
- `images`: A sequence of images (one image per sample)
|
| 34 |
+
- `problem`: The question text describing the counting task
|
| 35 |
+
- `answer`: The ground truth count number
|
| 36 |
+
|
| 37 |
+
### Data Splits
|
| 38 |
+
|
| 39 |
+
- **train**: 500 evaluation samples
|
| 40 |
+
|
| 41 |
+
## Dataset Statistics
|
| 42 |
+
|
| 43 |
+
- Count range: 11-50
|
| 44 |
+
- Distribution: 11-20 (130), 21-30 (130), 31-40 (120), 41-50 (120)
|
| 45 |
+
- Total dataset size: approximately 106 MB
|
| 46 |
|
| 47 |
## Usage
|
| 48 |
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1a3557127325478a32006fc5a366f5f122cb9ac218ba4913fe64c78b53ae495
|
| 3 |
+
size 106350652
|