File size: 1,799 Bytes
9de61ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "_name_or_path": "pucpr/biobertpt-all",
  "_num_labels": 27,
  "architectures": [
    "BertForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "directionality": "bidi",
  "eos_token_ids": null,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "PROPESS",
	 "1": "PREP",
	 "2": "KC",
	 "3": "IN",
	 "4": "ADV-KS",
	 "5": "NPROP",
	 "6": "PRO-KS",
	 "7": "N",
	 "8": "NUM",
	 "9": "PREP+ART",
	 "10": "KS",
	 "11": "PDEN",
	 "12": "CUR",
	 "13": "PREP+ADV",
	 "14": "PROADJ",
	 "15": "PREP+PROSUB",
	 "16": "PREP+PROADJ",
	 "17": "ART",
	 "18": "V",
	 "19": "ADV",
	 "20": "PU",
	 "21": "PCP",
	 "22": "PROSUB",
	 "23": "ADJ",
	 "24": "PREP+PROPESS",
	 "25": "PREP+PRO-KS",
	 "26": "<pad>"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
   "<pad>": 26,
	 "ADJ": 23,
	 "ADV": 19,
	 "ADV-KS": 4,
	 "ART": 17,
	 "CUR": 12,
	 "IN": 3,
	 "KC": 2,
	 "KS": 10,
	 "N": 7,
	 "NPROP": 5,
	 "NUM": 8,
	 "PCP": 21,
	 "PDEN": 11,
	 "PREP": 1,
	 "PREP+ADV": 13,
	 "PREP+ART": 9,
	 "PREP+PRO-KS": 25,
	 "PREP+PROADJ": 16,
	 "PREP+PROPESS": 24,
	 "PREP+PROSUB": 15,
	 "PRO-KS": 6,
	 "PROADJ": 14,
	 "PROPESS": 0,
	 "PROSUB": 22,
	 "PU": 20,
	 "V": 18
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "output_past": true,
  "pad_token_id": null,
  "pooler_fc_size": 768,
  "pooler_num_attention_heads": 12,
  "pooler_num_fc_layers": 3,
  "pooler_size_per_head": 128,
  "pooler_type": "first_token_transform",
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.20.1",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 119547
}