iszhaoxin commited on
Commit
fc00843
·
verified ·
1 Parent(s): 63435d6

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -17,8 +17,37 @@ task_categories:
17
  - other
18
  task_ids:
19
  - other-other
20
- paperswithcode_id: null
21
  pretty_name: test
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for test
 
17
  - other
18
  task_ids:
19
  - other-other
 
20
  pretty_name: test
21
+ dataset_info:
22
+ config_name: customers
23
+ features:
24
+ - name: customer_id
25
+ dtype: int32
26
+ - name: name
27
+ dtype: string
28
+ - name: age
29
+ dtype: int32
30
+ splits:
31
+ - name: train
32
+ num_bytes: 1604
33
+ num_examples: 70
34
+ - name: validation
35
+ num_bytes: 345
36
+ num_examples: 15
37
+ - name: test
38
+ num_bytes: 343
39
+ num_examples: 15
40
+ download_size: 5771
41
+ dataset_size: 2292
42
+ configs:
43
+ - config_name: customers
44
+ data_files:
45
+ - split: train
46
+ path: customers/train-*
47
+ - split: validation
48
+ path: customers/validation-*
49
+ - split: test
50
+ path: customers/test-*
51
  ---
52
 
53
  # Dataset Card for test
customers/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f7e5b6ddef226a3d843c0d2292b5c44a9c2a86795fc8ba6b261c2592e8538ae
3
+ size 1661
customers/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed9f45164d6dda3a9a056559bcd6e189a2dd500ab76cdb524ea2c05213c81a7d
3
+ size 2447
customers/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4527c1dfb6da1f46cb5dd04d30cf3f7531a7405c9de02f606afefb5140459489
3
+ size 1663