lisaterumi commited on
Commit
9de61ab
1 Parent(s): 56a3c7f

Upload config.json

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