iszhaoxin commited on
Commit
8f897d4
·
verified ·
1 Parent(s): 2d34974

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: string
26
+ - name: name
27
+ dtype: string
28
+ - name: age
29
+ dtype: int32
30
+ splits:
31
+ - name: train
32
+ num_bytes: 1738
33
+ num_examples: 70
34
+ - name: validation
35
+ num_bytes: 375
36
+ num_examples: 15
37
+ - name: test
38
+ num_bytes: 371
39
+ num_examples: 15
40
+ download_size: 5698
41
+ dataset_size: 2484
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:79993986c2b0e2f281e618ab65ff4efb419ad40f1356772b8a81daa9be0dd20f
3
+ size 1639
customers/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:564a80d9cdece137be4c7ec5fc3bd68fe9901b9ab59a07ec7f3b3a3448b0cc86
3
+ size 2426
customers/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b49dcd226e79cfd6d7abe4d77947ada96cce37d18587e2b831ad647b742d970
3
+ size 1633