kevinkyi commited on
Commit
33fa365
·
verified ·
1 Parent(s): d6e6633

Upload dataset

Browse files
README.md CHANGED
@@ -1,8 +1,42 @@
1
  ---
2
  pretty_name: Pens & Pencils (Tabular, 5 columns)
3
- tags: [tabular, education, augmentation]
 
 
 
4
  license: cc-by-4.0
5
- task_categories: [tabular-classification]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Pens & Pencils (Tabular)
 
1
  ---
2
  pretty_name: Pens & Pencils (Tabular, 5 columns)
3
+ tags:
4
+ - tabular
5
+ - education
6
+ - augmentation
7
  license: cc-by-4.0
8
+ task_categories:
9
+ - tabular-classification
10
+ configs:
11
+ - config_name: default
12
+ data_files:
13
+ - split: original
14
+ path: data/original-*
15
+ - split: augmented
16
+ path: data/augmented-*
17
+ dataset_info:
18
+ features:
19
+ - name: length_cm
20
+ dtype: float64
21
+ - name: weight_g
22
+ dtype: float64
23
+ - name: is_metallic
24
+ dtype: int64
25
+ - name: body_shape
26
+ dtype: string
27
+ - name: has_clip
28
+ dtype: int64
29
+ - name: is_pen
30
+ dtype: int64
31
+ splits:
32
+ - name: original
33
+ num_bytes: 1532
34
+ num_examples: 30
35
+ - name: augmented
36
+ num_bytes: 15361
37
+ num_examples: 300
38
+ download_size: 11536
39
+ dataset_size: 16893
40
  ---
41
 
42
  # Pens & Pencils (Tabular)
data/augmented-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb35925b4a315bf0f9877185a3a1a55cbd2df4104e6e2cdd6601310f7c8cbf74
3
- size 7953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd230d60d21bee0009807f3595396752211d6f80addb07ab8bbe4b79d5c7473
3
+ size 8432
data/original-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80e4eaaccf8d9ffbbc2d30ad310e4159a642060d8ce76974250ff7b43c54d3eb
3
- size 2682
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5839ee09792c62bf56f65b9a0d90bd607e9b34cd12f9560394d50e59b7fae91d
3
+ size 3104