Saugatkafley commited on
Commit
60d45e7
1 Parent(s): faa80d7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +23 -23
config.json CHANGED
@@ -10,32 +10,32 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3",
17
- "4": "LABEL_4",
18
- "5": "LABEL_5",
19
- "6": "LABEL_6",
20
- "7": "LABEL_7",
21
- "8": "LABEL_8",
22
- "9": "LABEL_9",
23
- "10": "LABEL_10"
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
- "LABEL_0": 0,
29
- "LABEL_1": 1,
30
- "LABEL_10": 10,
31
- "LABEL_2": 2,
32
- "LABEL_3": 3,
33
- "LABEL_4": 4,
34
- "LABEL_5": 5,
35
- "LABEL_6": 6,
36
- "LABEL_7": 7,
37
- "LABEL_8": 8,
38
- "LABEL_9": 9
39
  },
40
  "layer_norm_eps": 1e-12,
41
  "max_position_embeddings": 512,
@@ -54,4 +54,4 @@
54
  "type_vocab_size": 2,
55
  "use_cache": true,
56
  "vocab_size": 119547
57
- }
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "O",
14
+ "1": "B-Location",
15
+ "2": "I-Organization",
16
+ "3": "B-Person",
17
+ "4": "B-Event",
18
+ "5": "B-Organization",
19
+ "6": "I-Person",
20
+ "7": "B-Date",
21
+ "8": "I-Date",
22
+ "9": "I-Event",
23
+ "10": "I-Location"
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
+ "O": "0",
29
+ "B-Location": "1",
30
+ "I-Organization": "2",
31
+ "B-Person": "3",
32
+ "B-Event": "4",
33
+ "B-Organization": "5",
34
+ "I-Person": "6",
35
+ "B-Date": "7",
36
+ "I-Date": "8",
37
+ "I-Event": "9",
38
+ "I-Location": "10"
39
  },
40
  "layer_norm_eps": 1e-12,
41
  "max_position_embeddings": 512,
 
54
  "type_vocab_size": 2,
55
  "use_cache": true,
56
  "vocab_size": 119547
57
+ }