Upload config
Browse files- config.json +46 -46
config.json
CHANGED
@@ -9,55 +9,55 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
},
|
36 |
"initializer_range": 0.02,
|
37 |
"label2id": {
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
},
|
62 |
"max_position_embeddings": 512,
|
63 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "magazines",
|
13 |
+
"1": "camera_photo",
|
14 |
+
"10": "health_and_personal_care",
|
15 |
+
"11": "electronics",
|
16 |
+
"12": "outdoor_living",
|
17 |
+
"13": "video",
|
18 |
+
"14": "apparel",
|
19 |
+
"15": "toys_games",
|
20 |
+
"16": "sports_outdoors",
|
21 |
+
"17": "books",
|
22 |
+
"18": "software",
|
23 |
+
"19": "baby",
|
24 |
+
"2": "office_products",
|
25 |
+
"20": "musical_and_instruments",
|
26 |
+
"21": "beauty",
|
27 |
+
"22": "jewelry_and_watches",
|
28 |
+
"3": "kitchen",
|
29 |
+
"4": "cell_phones_service",
|
30 |
+
"5": "computer_video_games",
|
31 |
+
"6": "grocery_and_gourmet_food",
|
32 |
+
"7": "tools_hardware",
|
33 |
+
"8": "automotive",
|
34 |
+
"9": "music_album"
|
35 |
},
|
36 |
"initializer_range": 0.02,
|
37 |
"label2id": {
|
38 |
+
"apparel": "14",
|
39 |
+
"automotive": "8",
|
40 |
+
"baby": "19",
|
41 |
+
"beauty": "21",
|
42 |
+
"books": "17",
|
43 |
+
"camera_photo": "1",
|
44 |
+
"cell_phones_service": "4",
|
45 |
+
"computer_video_games": "5",
|
46 |
+
"electronics": "11",
|
47 |
+
"grocery_and_gourmet_food": "6",
|
48 |
+
"health_and_personal_care": "10",
|
49 |
+
"jewelry_and_watches": "22",
|
50 |
+
"kitchen": "3",
|
51 |
+
"magazines": "0",
|
52 |
+
"music_album": "9",
|
53 |
+
"musical_and_instruments": "20",
|
54 |
+
"office_products": "2",
|
55 |
+
"outdoor_living": "12",
|
56 |
+
"software": "18",
|
57 |
+
"sports_outdoors": "16",
|
58 |
+
"tools_hardware": "7",
|
59 |
+
"toys_games": "15",
|
60 |
+
"video": "13"
|
61 |
},
|
62 |
"max_position_embeddings": 512,
|
63 |
"model_type": "distilbert",
|