polinaeterna commited on
Commit
006d7b9
·
1 Parent(s): df65bab

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +55 -25
dataset_infos.json CHANGED
@@ -1,27 +1,57 @@
1
- {"default": {
2
- "description": "",
3
- "citation": "",
4
- "homepage": "",
5
- "license": "",
6
- "features": {
7
- "x": {
8
- "dtype": "int64",
9
- "_type": "Value"
 
 
 
 
 
 
10
  },
11
- "y": {
12
- "dtype": "int64",
13
- "_type": "Value"
14
- }
15
- },
16
- "splits": {
17
- "train": {
18
- "name": "train",
19
- "num_bytes": 1600,
20
- "num_examples": 100,
21
- "dataset_name": "test_push_dataset_infos_json"
22
- }
23
  },
24
- "download_size": 2279,
25
- "dataset_size": 1600,
26
- "size_in_bytes": 3879
27
- }}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "x": {
9
+ "dtype": "int64",
10
+ "_type": "Value"
11
+ },
12
+ "y": {
13
+ "dtype": "int64",
14
+ "_type": "Value"
15
+ }
16
  },
17
+ "splits": {
18
+ "train": {
19
+ "name": "train",
20
+ "num_bytes": 1600,
21
+ "num_examples": 100,
22
+ "dataset_name": "test_push_dataset_infos_json"
23
+ }
24
+ },
25
+ "download_size": 2279,
26
+ "dataset_size": 1600,
27
+ "size_in_bytes": 3879
 
28
  },
29
+ "v2": {
30
+ "description": "",
31
+ "citation": "",
32
+ "homepage": "",
33
+ "license": "",
34
+ "features": {
35
+ "x": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ },
39
+ "y": {
40
+ "dtype": "int64",
41
+ "_type": "Value"
42
+ }
43
+ },
44
+ "config_name": "v2",
45
+ "splits": {
46
+ "train": {
47
+ "name": "train",
48
+ "num_bytes": 3200,
49
+ "num_examples": 200,
50
+ "dataset_name": "test_push_dataset_infos_json"
51
+ }
52
+ },
53
+ "download_size": 0,
54
+ "dataset_size": 3200,
55
+ "size_in_bytes": 3200
56
+ }
57
+ }