pnr-svc commited on
Commit
fafae6a
·
1 Parent(s): 59f354f

Update config.json

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