TalBarami commited on
Commit
3fb2ba8
·
verified ·
1 Parent(s): 067b939

Upload classes.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. classes.json +106 -0
classes.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "station": {
3
+ "index": 0,
4
+ "type": "static",
5
+ "n_classes": 12,
6
+ "ignore": false,
7
+ "values": {
8
+ "Aotizhongxin": 0,
9
+ "Changping": 1,
10
+ "Dingling": 2,
11
+ "Dongsi": 3,
12
+ "Guanyuan": 4,
13
+ "Gucheng": 5,
14
+ "Huairou": 6,
15
+ "Nongzhanguan": 7,
16
+ "Shunyi": 8,
17
+ "Tiantan": 9,
18
+ "Wanliu": 10,
19
+ "Wanshouxigong": 11
20
+ }
21
+ },
22
+ "year": {
23
+ "index": 1,
24
+ "type": "static",
25
+ "n_classes": 5,
26
+ "ignore": false,
27
+ "values": {
28
+ "2013": 0,
29
+ "2014": 1,
30
+ "2015": 2,
31
+ "2016": 3,
32
+ "2017": 4
33
+ }
34
+ },
35
+ "month": {
36
+ "index": 2,
37
+ "type": "static",
38
+ "n_classes": 12,
39
+ "ignore": false,
40
+ "values": {
41
+ "3": 2,
42
+ "4": 3,
43
+ "5": 4,
44
+ "6": 5,
45
+ "7": 6,
46
+ "8": 7,
47
+ "9": 8,
48
+ "10": 9,
49
+ "11": 10,
50
+ "12": 11,
51
+ "1": 0,
52
+ "2": 1
53
+ }
54
+ },
55
+ "day": {
56
+ "index": 3,
57
+ "type": "static",
58
+ "n_classes": 31,
59
+ "ignore": false,
60
+ "values": {
61
+ "1": 0,
62
+ "2": 1,
63
+ "3": 2,
64
+ "4": 3,
65
+ "5": 4,
66
+ "6": 5,
67
+ "7": 6,
68
+ "8": 7,
69
+ "9": 8,
70
+ "10": 9,
71
+ "11": 10,
72
+ "12": 11,
73
+ "13": 12,
74
+ "14": 13,
75
+ "15": 14,
76
+ "16": 15,
77
+ "17": 16,
78
+ "18": 17,
79
+ "19": 18,
80
+ "20": 19,
81
+ "21": 20,
82
+ "22": 21,
83
+ "23": 22,
84
+ "24": 23,
85
+ "25": 24,
86
+ "26": 25,
87
+ "27": 26,
88
+ "28": 27,
89
+ "29": 28,
90
+ "30": 29,
91
+ "31": 30
92
+ }
93
+ },
94
+ "season": {
95
+ "index": 4,
96
+ "type": "static",
97
+ "n_classes": 4,
98
+ "ignore": false,
99
+ "values": {
100
+ "Summer": 0,
101
+ "Autumn": 1,
102
+ "Winter": 2,
103
+ "Spring": 3
104
+ }
105
+ }
106
+ }