Jean-Baptiste commited on
Commit
8076cc9
1 Parent(s): e73fe7b

Update config.json

Browse files

Renaming entities to be compatible with new aggregation strategy

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