Xmm commited on
Commit
378153c
1 Parent(s): 7518bd8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -14
config.json CHANGED
@@ -9,23 +9,23 @@
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
  },
20
  "initializer_range": 0.02,
21
  "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1,
24
- "LABEL_2": 2,
25
- "LABEL_3": 3,
26
- "LABEL_4": 4,
27
- "LABEL_5": 5,
28
- "LABEL_6": 6
29
  },
30
  "max_position_embeddings": 512,
31
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "O",
13
+ "1": "B-PER",
14
+ "2": "I-PER",
15
+ "3": "B-ORG",
16
+ "4": "I-ORG",
17
+ "5": "B-LOC",
18
+ "6": "I-LOC"
19
  },
20
  "initializer_range": 0.02,
21
  "label2id": {
22
+ "O": 0,
23
+ "B-PER": 1,
24
+ "I-PER": 2,
25
+ "B-ORG": 3,
26
+ "I-ORG": 4,
27
+ "B-LOC": 5,
28
+ "I-LOC": 6
29
  },
30
  "max_position_embeddings": 512,
31
  "model_type": "distilbert",