serge-wilson
commited on
Commit
•
6ab7179
1
Parent(s):
cd0b4ab
model deployment
Browse files- config.json +8 -8
config.json
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label":{
|
13 |
-
0: "technology",
|
14 |
-
1: "sports",
|
15 |
-
2: "science",
|
16 |
-
3: "entertainment",
|
17 |
-
4: "automobile",
|
18 |
-
5: "world",
|
19 |
-
6: "politics"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
-
"technology"
|
25 |
"sports": 1,
|
26 |
"science": 2,
|
27 |
"entertainment": 3,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label":{
|
13 |
+
"0": "technology",
|
14 |
+
"1": "sports",
|
15 |
+
"2": "science",
|
16 |
+
"3": "entertainment",
|
17 |
+
"4": "automobile",
|
18 |
+
"5": "world",
|
19 |
+
"6": "politics"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
+
"technology":0,
|
25 |
"sports": 1,
|
26 |
"science": 2,
|
27 |
"entertainment": 3,
|