Asteriks commited on
Commit
b6a0eea
1 Parent(s): c8e7509

Upload config

Browse files
Files changed (1) hide show
  1. config.json +46 -46
config.json CHANGED
@@ -9,55 +9,55 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9",
22
- "10": "LABEL_10",
23
- "11": "LABEL_11",
24
- "12": "LABEL_12",
25
- "13": "LABEL_13",
26
- "14": "LABEL_14",
27
- "15": "LABEL_15",
28
- "16": "LABEL_16",
29
- "17": "LABEL_17",
30
- "18": "LABEL_18",
31
- "19": "LABEL_19",
32
- "20": "LABEL_20",
33
- "21": "LABEL_21",
34
- "22": "LABEL_22"
35
  },
36
  "initializer_range": 0.02,
37
  "label2id": {
38
- "LABEL_0": 0,
39
- "LABEL_1": 1,
40
- "LABEL_10": 10,
41
- "LABEL_11": 11,
42
- "LABEL_12": 12,
43
- "LABEL_13": 13,
44
- "LABEL_14": 14,
45
- "LABEL_15": 15,
46
- "LABEL_16": 16,
47
- "LABEL_17": 17,
48
- "LABEL_18": 18,
49
- "LABEL_19": 19,
50
- "LABEL_2": 2,
51
- "LABEL_20": 20,
52
- "LABEL_21": 21,
53
- "LABEL_22": 22,
54
- "LABEL_3": 3,
55
- "LABEL_4": 4,
56
- "LABEL_5": 5,
57
- "LABEL_6": 6,
58
- "LABEL_7": 7,
59
- "LABEL_8": 8,
60
- "LABEL_9": 9
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",