bbgame60 commited on
Commit
157c4df
·
verified ·
1 Parent(s): 176dda9

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +56 -0
dataset_info.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "Time series dataset: etth2",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "item_id": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "start": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "target": {
16
+ "dtype": "float32",
17
+ "_type": "Value"
18
+ },
19
+ "frequency": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "feat_dynamic_real": {
24
+ "dtype": "float32",
25
+ "_type": "Value"
26
+ },
27
+ "feat_static_cat": {
28
+ "dtype": "int64",
29
+ "_type": "Value"
30
+ },
31
+ "feat_static_real": {
32
+ "dtype": "float32",
33
+ "_type": "Value"
34
+ },
35
+ "metadata": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ }
39
+ },
40
+ "splits": {
41
+ "validation": {
42
+ "num_examples": 1,
43
+ "num_bytes": 34801
44
+ },
45
+ "train": {
46
+ "num_examples": 1,
47
+ "num_bytes": 170105
48
+ },
49
+ "test": {
50
+ "num_examples": 1,
51
+ "num_bytes": 57145
52
+ }
53
+ },
54
+ "dataset_name": "etth2",
55
+ "config_name": "default"
56
+ }