keikhosrotav
commited on
Commit
•
cc0008c
1
Parent(s):
cd5267d
Update config.json
Browse files- config.json +20 -20
config.json
CHANGED
@@ -17,30 +17,30 @@
|
|
17 |
"hidden_dropout_prob": 0.0,
|
18 |
"hidden_size": 768,
|
19 |
"id2label": {
|
20 |
-
"0": "
|
21 |
-
"1": "
|
22 |
-
"2": "
|
23 |
-
"3": "
|
24 |
-
"4": "
|
25 |
-
"5": "
|
26 |
-
"6": "
|
27 |
-
"7": "
|
28 |
-
"8": "
|
29 |
-
"9": "
|
30 |
},
|
31 |
"image_size": 224,
|
32 |
"initializer_range": 0.02,
|
33 |
"label2id": {
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
},
|
45 |
"layer_norm_eps": 1e-05,
|
46 |
"mlp_ratio": 4.0,
|
|
|
17 |
"hidden_dropout_prob": 0.0,
|
18 |
"hidden_size": 768,
|
19 |
"id2label": {
|
20 |
+
"0": "Fountain pen,Ink pen",
|
21 |
+
"1": "Multicolor ballpen",
|
22 |
+
"2": "Notebook",
|
23 |
+
"3": "Pen spare parts",
|
24 |
+
"4": "Fountain pen spare parts",
|
25 |
+
"5": "Fountain ink, Drawing ink",
|
26 |
+
"6": "Rollerball pen",
|
27 |
+
"7": "Old ink pen",
|
28 |
+
"8": "Ballpoint pen",
|
29 |
+
"9": "Dye ink, Endorsing ink"
|
30 |
},
|
31 |
"image_size": 224,
|
32 |
"initializer_range": 0.02,
|
33 |
"label2id": {
|
34 |
+
"Fountain pen,Ink pen": 0,
|
35 |
+
"Multicolor ballpen": 1,
|
36 |
+
"Notebook": 2,
|
37 |
+
"Pen spare parts": 3,
|
38 |
+
"Fountain pen spare parts": 4,
|
39 |
+
"Fountain ink, Drawing ink": 5,
|
40 |
+
"Rollerball pen": 6,
|
41 |
+
"Old ink pen": 7,
|
42 |
+
"Ballpoint pen": 8,
|
43 |
+
"Dye ink, Endorsing ink": 9
|
44 |
},
|
45 |
"layer_norm_eps": 1e-05,
|
46 |
"mlp_ratio": 4.0,
|