polinaeterna commited on
Commit
266eb1b
·
1 Parent(s): be8a69a

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +27 -1
dataset_infos.json CHANGED
@@ -1 +1,27 @@
1
- {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }}