lunesco commited on
Commit
fa7296d
·
1 Parent(s): 707e548

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +82 -82
config.json CHANGED
@@ -9,92 +9,92 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
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
- "23": "LABEL_23",
36
- "24": "LABEL_24",
37
- "25": "LABEL_25",
38
- "26": "LABEL_26",
39
- "27": "LABEL_27",
40
- "28": "LABEL_28",
41
- "29": "LABEL_29",
42
- "30": "LABEL_30",
43
- "31": "LABEL_31",
44
- "32": "LABEL_32",
45
- "33": "LABEL_33",
46
- "34": "LABEL_34",
47
- "35": "LABEL_35",
48
- "36": "LABEL_36",
49
- "37": "LABEL_37",
50
- "38": "LABEL_38",
51
- "39": "LABEL_39",
52
- "40": "LABEL_40"
53
  },
54
  "initializer_range": 0.02,
55
  "intermediate_size": 3072,
56
  "label2id": {
57
- "LABEL_0": 0,
58
- "LABEL_1": 1,
59
- "LABEL_10": 10,
60
- "LABEL_11": 11,
61
- "LABEL_12": 12,
62
- "LABEL_13": 13,
63
- "LABEL_14": 14,
64
- "LABEL_15": 15,
65
- "LABEL_16": 16,
66
- "LABEL_17": 17,
67
- "LABEL_18": 18,
68
- "LABEL_19": 19,
69
- "LABEL_2": 2,
70
- "LABEL_20": 20,
71
- "LABEL_21": 21,
72
- "LABEL_22": 22,
73
- "LABEL_23": 23,
74
- "LABEL_24": 24,
75
- "LABEL_25": 25,
76
- "LABEL_26": 26,
77
- "LABEL_27": 27,
78
- "LABEL_28": 28,
79
- "LABEL_29": 29,
80
- "LABEL_3": 3,
81
- "LABEL_30": 30,
82
- "LABEL_31": 31,
83
- "LABEL_32": 32,
84
- "LABEL_33": 33,
85
- "LABEL_34": 34,
86
- "LABEL_35": 35,
87
- "LABEL_36": 36,
88
- "LABEL_37": 37,
89
- "LABEL_38": 38,
90
- "LABEL_39": 39,
91
- "LABEL_4": 4,
92
- "LABEL_40": 40,
93
- "LABEL_5": 5,
94
- "LABEL_6": 6,
95
- "LABEL_7": 7,
96
- "LABEL_8": 8,
97
- "LABEL_9": 9
98
  },
99
  "layer_norm_eps": 1e-12,
100
  "max_position_embeddings": 512,
 
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "O",
13
+ "1": "B-organization-company",
14
+ "2": "B-location-route",
15
+ "3": "B-trigger",
16
+ "4": "B-location-stop",
17
+ "5": "B-date",
18
+ "6": "B-location-city",
19
+ "7": "B-event-cause",
20
+ "8": "I-event-cause",
21
+ "9": "B-time",
22
+ "10": "I-time",
23
+ "11": "B-number",
24
+ "12": "B-organization",
25
+ "13": "I-organization",
26
+ "14": "B-location-street",
27
+ "15": "I-trigger",
28
+ "16": "B-location",
29
+ "17": "I-location",
30
+ "18": "I-location-city",
31
+ "19": "I-organization-company",
32
+ "20": "B-duration",
33
+ "21": "I-duration",
34
+ "22": "I-location-street",
35
+ "23": "I-location-stop",
36
+ "24": "I-location-route",
37
+ "25": "B-person",
38
+ "26": "I-date",
39
+ "27": "B-set",
40
+ "28": "B-money",
41
+ "29": "I-person",
42
+ "30": "I-money",
43
+ "31": "B-distance",
44
+ "32": "I-distance",
45
+ "33": "I-number",
46
+ "34": "B-disaster-type",
47
+ "35": "B-org-position",
48
+ "36": "I-org-position",
49
+ "37": "I-set",
50
+ "38": "B-percent",
51
+ "39": "I-percent",
52
+ "40": "I-disaster-type"
53
  },
54
  "initializer_range": 0.02,
55
  "intermediate_size": 3072,
56
  "label2id": {
57
+ "O": "0",
58
+ "B-organization-company": "1",
59
+ "B-location-route": "2",
60
+ "B-trigger": "3",
61
+ "B-location-stop": "4",
62
+ "B-date": "5",
63
+ "B-location-city": "6",
64
+ "B-event-cause": "7",
65
+ "I-event-cause": "8",
66
+ "B-time": "9",
67
+ "I-time": "10",
68
+ "B-number": "11",
69
+ "B-organization": "12",
70
+ "I-organization": "13",
71
+ "B-location-street": "14",
72
+ "I-trigger": "15",
73
+ "B-location": "16",
74
+ "I-location": "17",
75
+ "I-location-city": "18",
76
+ "I-organization-company": "19",
77
+ "B-duration": "20",
78
+ "I-duration": "21",
79
+ "I-location-street": "22",
80
+ "I-location-stop": "23",
81
+ "I-location-route": "24",
82
+ "B-person": "25",
83
+ "I-date": "26",
84
+ "B-set": "27",
85
+ "B-money": "28",
86
+ "I-person": "29",
87
+ "I-money": "30",
88
+ "B-distance": "31",
89
+ "I-distance": "32",
90
+ "I-number": "33",
91
+ "B-disaster-type": "34",
92
+ "B-org-position": "35",
93
+ "I-org-position": "36",
94
+ "I-set": "37",
95
+ "B-percent": "38",
96
+ "I-percent": "39",
97
+ "I-disaster-type": "40"
98
  },
99
  "layer_norm_eps": 1e-12,
100
  "max_position_embeddings": 512,