Jean-Baptiste commited on
Commit
9a44ab5
1 Parent(s): b28d090

Update config.json

Browse files

Renaming entity to be compatible with new aggregation strategy

Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -12,13 +12,13 @@
12
  "hidden_size": 768,
13
  "id2label": {
14
  "0": "O",
15
- "1": "TICKER"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
  "O": 0,
21
- "TICKER": 1
22
  },
23
  "layer_norm_eps": 1e-05,
24
  "max_position_embeddings": 514,
12
  "hidden_size": 768,
13
  "id2label": {
14
  "0": "O",
15
+ "1": "I-TICKER"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
  "O": 0,
21
+ "I-TICKER": 1
22
  },
23
  "layer_norm_eps": 1e-05,
24
  "max_position_embeddings": 514,