lisaterumi commited on
Commit
f6c05b2
1 Parent(s): f4ebe87
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_name_or_path": "pucpr/biobertpt-all",
3
- "_num_labels": 2,
4
  "architectures": [
5
  "BertForTokenClassification"
6
  ],
@@ -12,16 +12,16 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "LABEL_0",
16
- "1": "LABEL_1",
17
- "2": "LABEL_2"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1,
24
- "LABEL_2": 2
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
 
1
  {
2
  "_name_or_path": "pucpr/biobertpt-all",
3
+ "_num_labels": 3,
4
  "architectures": [
5
  "BertForTokenClassification"
6
  ],
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "O",
16
+ "1": "B-QuantitativeConcept",
17
+ "2": "I-QuantitativeConcept"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "O": 0,
23
+ "B-QuantitativeConcept": 1,
24
+ "I-QuantitativeConcept": 2
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,