Update config.json
Browse files- config.json +22 -22
config.json
CHANGED
@@ -9,33 +9,33 @@
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"10": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
},
|
24 |
"image_size": 224,
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-12,
|
41 |
"max_length": 128,
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "natural",
|
13 |
+
"1": "lovelyromantic",
|
14 |
+
"10": "koreanasia",
|
15 |
+
"2": "modern",
|
16 |
+
"3": "minimalsimple",
|
17 |
+
"4": "northerneurope",
|
18 |
+
"5": "vintageretro",
|
19 |
+
"6": "unique",
|
20 |
+
"7": "industrial",
|
21 |
+
"8": "classicantique",
|
22 |
+
"9": "frenchprovence"
|
23 |
},
|
24 |
"image_size": 224,
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
+
"natural": "0",
|
29 |
+
"lovelyromantic": "1",
|
30 |
+
"modern": "2",
|
31 |
+
"minimalsimple": "3",
|
32 |
+
"northerneurope": "4",
|
33 |
+
"vintageretro": "5",
|
34 |
+
"unique": "6",
|
35 |
+
"industrial": "7",
|
36 |
+
"classicantique": "8",
|
37 |
+
"frenchprovence": "9",
|
38 |
+
"koreanasia": "10"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-12,
|
41 |
"max_length": 128,
|