asahi417 commited on
Commit
312bb79
1 Parent(s): a5ee17a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +38 -38
config.json CHANGED
@@ -18,48 +18,48 @@
18
  "hidden_dropout_prob": 0.1,
19
  "hidden_size": 768,
20
  "id2label": {
21
- "0": "LABEL_0",
22
- "1": "LABEL_1",
23
- "2": "LABEL_2",
24
- "3": "LABEL_3",
25
- "4": "LABEL_4",
26
- "5": "LABEL_5",
27
- "6": "LABEL_6",
28
- "7": "LABEL_7",
29
- "8": "LABEL_8",
30
- "9": "LABEL_9",
31
- "10": "LABEL_10",
32
- "11": "LABEL_11",
33
- "12": "LABEL_12",
34
- "13": "LABEL_13",
35
- "14": "LABEL_14",
36
- "15": "LABEL_15",
37
- "16": "LABEL_16",
38
- "17": "LABEL_17",
39
- "18": "LABEL_18"
40
  },
41
  "initializer_range": 0.02,
42
  "intermediate_size": 3072,
43
  "label2id": {
44
- "LABEL_0": 0,
45
- "LABEL_1": 1,
46
- "LABEL_10": 10,
47
- "LABEL_11": 11,
48
- "LABEL_12": 12,
49
- "LABEL_13": 13,
50
- "LABEL_14": 14,
51
- "LABEL_15": 15,
52
- "LABEL_16": 16,
53
- "LABEL_17": 17,
54
- "LABEL_18": 18,
55
- "LABEL_2": 2,
56
- "LABEL_3": 3,
57
- "LABEL_4": 4,
58
- "LABEL_5": 5,
59
- "LABEL_6": 6,
60
- "LABEL_7": 7,
61
- "LABEL_8": 8,
62
- "LABEL_9": 9
63
  },
64
  "layer_norm_eps": 1e-05,
65
  "max_position_embeddings": 514,
 
18
  "hidden_dropout_prob": 0.1,
19
  "hidden_size": 768,
20
  "id2label": {
21
+ "0": "arts_&_culture",
22
+ "1": "business_&_entrepreneurs",
23
+ "2": "celebrity_&_pop_culture",
24
+ "3": "diaries_&_daily_life",
25
+ "4": "family",
26
+ "5": "fashion_&_style",
27
+ "6": "film_tv_&_video",
28
+ "7": "fitness_&_health",
29
+ "8": "food_&_dining",
30
+ "9": "gaming",
31
+ "10": "learning_&_educational",
32
+ "11": "music",
33
+ "12": "news_&_social_concern",
34
+ "13": "other_hobbies",
35
+ "14": "relationships",
36
+ "15": "science_&_technology",
37
+ "16": "sports",
38
+ "17": "travel_&_adventure",
39
+ "18": "youth_&_student_life"
40
  },
41
  "initializer_range": 0.02,
42
  "intermediate_size": 3072,
43
  "label2id": {
44
+ "arts_&_culture": 0,
45
+ "business_&_entrepreneurs": 1,
46
+ "celebrity_&_pop_culture": 2,
47
+ "diaries_&_daily_life": 3,
48
+ "family": 4,
49
+ "fashion_&_style": 5,
50
+ "film_tv_&_video": 6,
51
+ "fitness_&_health": 7,
52
+ "food_&_dining": 8,
53
+ "gaming": 9,
54
+ "learning_&_educational": 10,
55
+ "music": 11,
56
+ "news_&_social_concern": 12,
57
+ "other_hobbies": 13,
58
+ "relationships": 14,
59
+ "science_&_technology": 15,
60
+ "sports": 16,
61
+ "travel_&_adventure": 17,
62
+ "youth_&_student_life": 18
63
  },
64
  "layer_norm_eps": 1e-05,
65
  "max_position_embeddings": 514,