Update config.json
Browse files- config.json +47 -47
config.json
CHANGED
|
@@ -10,57 +10,57 @@
|
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
-
|
| 14 |
-
"0": "
|
| 15 |
-
"1": "
|
| 16 |
-
"2": "
|
| 17 |
-
"3": "
|
| 18 |
-
"4": "
|
| 19 |
-
"5": "
|
| 20 |
-
"6": "
|
| 21 |
-
"7": "
|
| 22 |
-
"8": "
|
| 23 |
-
"9": "
|
| 24 |
-
"10": "
|
| 25 |
-
"11": "
|
| 26 |
-
"12": "
|
| 27 |
-
"13": "
|
| 28 |
-
"14": "
|
| 29 |
-
"15": "
|
| 30 |
-
"16": "
|
| 31 |
-
"17": "
|
| 32 |
-
"18": "
|
| 33 |
-
"19": "
|
| 34 |
-
"20": "
|
| 35 |
-
"21": "
|
| 36 |
-
"22": "
|
| 37 |
},
|
| 38 |
"initializer_range": 0.02,
|
| 39 |
"intermediate_size": 3072,
|
| 40 |
"label2id": {
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
"
|
| 50 |
-
"
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
},
|
| 65 |
"layer_norm_eps": 1e-12,
|
| 66 |
"max_position_embeddings": 512,
|
|
|
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
+
"id2label": {
|
| 14 |
+
"0": "O",
|
| 15 |
+
"1": "B-DepositProduct",
|
| 16 |
+
"2": "I-DepositProduct",
|
| 17 |
+
"3": "B-Product",
|
| 18 |
+
"4": "I-Product",
|
| 19 |
+
"5": "B-ProductProblemInfo",
|
| 20 |
+
"6": "I-ProductProblemInfo",
|
| 21 |
+
"7": "B-ServiceInformation",
|
| 22 |
+
"8": "I-ServiceInformation",
|
| 23 |
+
"9": "B-ServiceClosest",
|
| 24 |
+
"10": "I-ServiceClosest",
|
| 25 |
+
"11": "B-Location",
|
| 26 |
+
"12": "I-Location",
|
| 27 |
+
"13": "B-ServiceNumber",
|
| 28 |
+
"14": "I-ServiceNumber",
|
| 29 |
+
"15": "B-Brand",
|
| 30 |
+
"16": "I-Brand",
|
| 31 |
+
"17": "B-Campaign",
|
| 32 |
+
"18": "I-Campaign",
|
| 33 |
+
"19": "B-ProductSelector",
|
| 34 |
+
"20": "I-ProductSelector",
|
| 35 |
+
"21": "B-SpecialCampaign",
|
| 36 |
+
"22": "I-SpecialCampaign"
|
| 37 |
},
|
| 38 |
"initializer_range": 0.02,
|
| 39 |
"intermediate_size": 3072,
|
| 40 |
"label2id": {
|
| 41 |
+
"B-Brand": 15,
|
| 42 |
+
"B-Campaign": 17,
|
| 43 |
+
"B-DepositProduct": 1,
|
| 44 |
+
"B-Location": 11,
|
| 45 |
+
"B-Product": 3,
|
| 46 |
+
"B-ProductProblemInfo": 5,
|
| 47 |
+
"B-ProductSelector": 19,
|
| 48 |
+
"B-ServiceClosest": 9,
|
| 49 |
+
"B-ServiceInformation": 7,
|
| 50 |
+
"B-ServiceNumber": 13,
|
| 51 |
+
"B-SpecialCampaign": 21,
|
| 52 |
+
"I-Brand": 16,
|
| 53 |
+
"I-Campaign": 18,
|
| 54 |
+
"I-DepositProduct": 2,
|
| 55 |
+
"I-Location": 12,
|
| 56 |
+
"I-Product": 4,
|
| 57 |
+
"I-ProductProblemInfo": 6,
|
| 58 |
+
"I-ProductSelector": 20,
|
| 59 |
+
"I-ServiceClosest": 10,
|
| 60 |
+
"I-ServiceInformation": 8,
|
| 61 |
+
"I-ServiceNumber": 14,
|
| 62 |
+
"I-SpecialCampaign": 22,
|
| 63 |
+
"O": 0
|
| 64 |
},
|
| 65 |
"layer_norm_eps": 1e-12,
|
| 66 |
"max_position_embeddings": 512,
|