MING-ZCH commited on
Commit
69ea561
·
verified ·
1 Parent(s): d94db58

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +38 -0
  2. train.parquet +2 -2
  3. train_old.parquet +3 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: images
5
+ list:
6
+ - name: bytes
7
+ dtype: binary
8
+ - name: path
9
+ dtype: string
10
+ - name: problem
11
+ dtype: string
12
+ - name: answer
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 147849216
17
+ num_examples: 500
18
+ download_size: 147849216
19
+ dataset_size: 147849216
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
+ - **Count Range**: 11-50
29
+ - **Distribution**: 11-20 (130), 21-30 (130), 31-40 (120), 41-50 (120)
30
+ - **Format**: Parquet with embedded images
31
+ - **Schema**: `images` (list of {bytes, path}), `problem` (string), `answer` (string)
32
+
33
+ ## Usage
34
+
35
+ ```python
36
+ from datasets import load_dataset
37
+ ds = load_dataset("SI-Lab/Stepcount-500")
38
+ ```
train.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf4a3505ab7eb7c0da465f39e2d2487462ed15daf016155b372fdf678a9d543c
3
- size 147830135
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1a3557127325478a32006fc5a366f5f122cb9ac218ba4913fe64c78b53ae495
3
+ size 106350652
train_old.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf4a3505ab7eb7c0da465f39e2d2487462ed15daf016155b372fdf678a9d543c
3
+ size 147830135