Gürkan Şahin (ETIYA) commited on
Commit
cc0b94c
1 Parent(s): 05487b2

config.json updated

Browse files
Files changed (1) hide show
  1. config.json +8 -8
config.json CHANGED
@@ -8,18 +8,18 @@
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
- "0": "O",
12
- "1": "ORGANIZATION",
13
- "2": "LOCATION",
14
- "3": "PERSON"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
- "O": 0,
20
- "ORGANIZATION": 1,
21
- "LOCATION": 2,
22
- "PERSON": 3
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
 
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "O",
12
+ "1": "B-ORG",
13
+ "2": "B-LOC",
14
+ "3": "B-PER"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "O": 0,
20
+ "B-ORG": 1,
21
+ "B-LOC": 2,
22
+ "B-PER": 3
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,