lisaterumi commited on
Commit
26352aa
1 Parent(s): 11e841e

Upload config.json

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