ugmSorcero commited on
Commit
2d436e3
1 Parent(s): 7d339e4

Updates labels

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "best_model/",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
@@ -10,16 +10,16 @@
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
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "LABEL_0": 0,
21
- "LABEL_1": 1,
22
- "LABEL_2": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
1
  {
2
+ "_name_or_path": "biobert_ncbi_disease_ner/",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "No Disease",
14
+ "1": "Disease",
15
+ "2": "Disease Continuation"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "No Disease": 0,
21
+ "Disease": 1,
22
+ "Disease Continuation": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,