iszhaoxin commited on
Commit
3052c56
·
verified ·
1 Parent(s): d905a2d

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -106
dataset_infos.json DELETED
@@ -1,106 +0,0 @@
1
- {
2
- "customers": {
3
- "description": "Description of your dataset goes here.\n",
4
- "citation": "Put your dataset citation here.\n",
5
- "homepage": "https://your-dataset-homepage.com",
6
- "license": "License information goes here.",
7
- "features": {
8
- "customer_id": {
9
- "dtype": "int32",
10
- "_type": "Value"
11
- },
12
- "name": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "age": {
17
- "dtype": "int32",
18
- "_type": "Value"
19
- }
20
- },
21
- "builder_name": "test",
22
- "dataset_name": "test",
23
- "config_name": "customers",
24
- "version": {
25
- "version_str": "1.0.0",
26
- "major": 1,
27
- "minor": 0,
28
- "patch": 0
29
- },
30
- "splits": {
31
- "train": {
32
- "name": "train",
33
- "num_bytes": 1604,
34
- "num_examples": 70,
35
- "dataset_name": null
36
- },
37
- "validation": {
38
- "name": "validation",
39
- "num_bytes": 345,
40
- "num_examples": 15,
41
- "dataset_name": null
42
- },
43
- "test": {
44
- "name": "test",
45
- "num_bytes": 343,
46
- "num_examples": 15,
47
- "dataset_name": null
48
- }
49
- },
50
- "download_size": 5771,
51
- "dataset_size": 2292,
52
- "size_in_bytes": 8063
53
- },
54
- "products": {
55
- "description": "Description of your dataset goes here.\n",
56
- "citation": "Put your dataset citation here.\n",
57
- "homepage": "https://your-dataset-homepage.com",
58
- "license": "License information goes here.",
59
- "features": {
60
- "product_id": {
61
- "dtype": "int32",
62
- "_type": "Value"
63
- },
64
- "name": {
65
- "dtype": "string",
66
- "_type": "Value"
67
- },
68
- "price": {
69
- "dtype": "float32",
70
- "_type": "Value"
71
- }
72
- },
73
- "builder_name": "test",
74
- "dataset_name": "test",
75
- "config_name": "products",
76
- "version": {
77
- "version_str": "1.0.0",
78
- "major": 1,
79
- "minor": 0,
80
- "patch": 0
81
- },
82
- "splits": {
83
- "train": {
84
- "name": "train",
85
- "num_bytes": 1226,
86
- "num_examples": 56,
87
- "dataset_name": null
88
- },
89
- "validation": {
90
- "name": "validation",
91
- "num_bytes": 263,
92
- "num_examples": 12,
93
- "dataset_name": null
94
- },
95
- "test": {
96
- "name": "test",
97
- "num_bytes": 262,
98
- "num_examples": 12,
99
- "dataset_name": null
100
- }
101
- },
102
- "download_size": 5619,
103
- "dataset_size": 1751,
104
- "size_in_bytes": 7370
105
- }
106
- }