akdeniz27 commited on
Commit
efa16f1
1 Parent(s): bfabf0f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -12
config.json CHANGED
@@ -12,22 +12,22 @@
12
  "hidden_size": 768,
13
  "id2label": {
14
  "0": "O",
15
- "1": "B-person",
16
- "2": "B-organization",
17
- "3": "B-location",
18
- "4": "I-person",
19
- "5": "I-location",
20
- "6": "I-organization"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
- "B-location": 3,
26
- "B-organization": 2,
27
- "B-person": 1,
28
- "I-location": 5,
29
- "I-organization": 6,
30
- "I-person": 4,
31
  "O": 0
32
  },
33
  "layer_norm_eps": 1e-05,
 
12
  "hidden_size": 768,
13
  "id2label": {
14
  "0": "O",
15
+ "1": "B-PER",
16
+ "2": "B-ORG",
17
+ "3": "B-LOC",
18
+ "4": "I-PER",
19
+ "5": "I-LOC",
20
+ "6": "I-ORG"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
+ "B-LOC": 3,
26
+ "B-ORG": 2,
27
+ "B-PER": 1,
28
+ "I-LOC": 5,
29
+ "I-ORG": 6,
30
+ "I-PER": 4,
31
  "O": 0
32
  },
33
  "layer_norm_eps": 1e-05,