Deborah commited on
Commit
0a6de78
·
1 Parent(s): da02311
Files changed (2) hide show
  1. config.json +70 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ADJ",
14
+ "1": "ADP",
15
+ "10": "PRON",
16
+ "11": "PROPN",
17
+ "12": "PUNCT",
18
+ "13": "SCONJ",
19
+ "14": "SYM",
20
+ "15": "VERB",
21
+ "16": "X",
22
+ "2": "ADV",
23
+ "3": "AUX",
24
+ "4": "CCONJ",
25
+ "5": "DET",
26
+ "6": "INTJ",
27
+ "7": "NOUN",
28
+ "8": "NUM",
29
+ "9": "PART"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "ADJ": "0",
35
+ "ADP": "1",
36
+ "ADV": "2",
37
+ "AUX": "3",
38
+ "CCONJ": "4",
39
+ "DET": "5",
40
+ "INTJ": "6",
41
+ "NOUN": "7",
42
+ "NUM": "8",
43
+ "PART": "9",
44
+ "PRON": "10",
45
+ "PROPN": "11",
46
+ "PUNCT": "12",
47
+ "SCONJ": "13",
48
+ "SYM": "14",
49
+ "VERB": "15",
50
+ "X": "16"
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "max_position_embeddings": 512,
54
+ "model_type": "bert",
55
+ "num_attention_heads": 12,
56
+ "num_hidden_layers": 12,
57
+ "output_past": true,
58
+ "pad_token_id": 0,
59
+ "pooler_fc_size": 768,
60
+ "pooler_num_attention_heads": 12,
61
+ "pooler_num_fc_layers": 3,
62
+ "pooler_size_per_head": 128,
63
+ "pooler_type": "first_token_transform",
64
+ "position_embedding_type": "absolute",
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.19.4",
67
+ "type_vocab_size": 2,
68
+ "use_cache": true,
69
+ "vocab_size": 29794
70
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934b85abe2352eb0c07695a2bc21e0081dfc16adc083c90ba28938310366e42d
3
+ size 433450097