gunghio commited on
Commit
aeb8f1a
1 Parent(s): f843254

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -9
config.json CHANGED
@@ -21,15 +21,15 @@
21
  },
22
  "initializer_range": 0.02,
23
  "label2id": {
24
- "LABEL_0": 0,
25
- "LABEL_1": 1,
26
- "LABEL_2": 2,
27
- "LABEL_3": 3,
28
- "LABEL_4": 4,
29
- "LABEL_5": 5,
30
- "LABEL_6": 6,
31
- "LABEL_7": 7,
32
- "LABEL_8": 8
33
  },
34
  "max_position_embeddings": 512,
35
  "model_type": "distilbert",
 
21
  },
22
  "initializer_range": 0.02,
23
  "label2id": {
24
+ "O": 0,
25
+ "B-PER": 1,
26
+ "I-PER": 2,
27
+ "B-ORG": 3,
28
+ "I-ORG": 4,
29
+ "B-LOC": 5,
30
+ "I-LOC": 6,
31
+ "B-MISC": 7,
32
+ "I-MISC": 8
33
  },
34
  "max_position_embeddings": 512,
35
  "model_type": "distilbert",