lisaterumi commited on
Commit
c009e83
1 Parent(s): 42cd9d4

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +64 -0
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "pucpr/biobertpt-clin",
3
+ "_num_labels": 2,
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": "I-Teste",
16
+ "1": "I-Tratamento",
17
+ "2": "B-DepartamentoClinico",
18
+ "3": "I-DepartamentoClinico",
19
+ "4": "B-Evidencia",
20
+ "5": "B-Problema",
21
+ "6": "B-Teste",
22
+ "7": "O",
23
+ "8": "I-Ocorrencia",
24
+ "9": "B-Tratamento",
25
+ "10": "B-Ocorrencia",
26
+ "11": "I-Problema",
27
+ "12": "<pad>"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "<pad>": 12,
33
+ "B-DepartamentoClinico": 2,
34
+ "B-Evidencia": 4,
35
+ "B-Ocorrencia": 10,
36
+ "B-Problema": 5,
37
+ "B-Teste": 6,
38
+ "B-Tratamento": 9,
39
+ "I-DepartamentoClinico": 3,
40
+ "I-Ocorrencia": 8,
41
+ "I-Problema": 11,
42
+ "I-Teste": 0,
43
+ "I-Tratamento": 1,
44
+ "O": 7
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "max_position_embeddings": 512,
48
+ "model_type": "bert",
49
+ "num_attention_heads": 12,
50
+ "num_hidden_layers": 12,
51
+ "output_past": true,
52
+ "pad_token_id": null,
53
+ "pooler_fc_size": 768,
54
+ "pooler_num_attention_heads": 12,
55
+ "pooler_num_fc_layers": 3,
56
+ "pooler_size_per_head": 128,
57
+ "pooler_type": "first_token_transform",
58
+ "position_embedding_type": "absolute",
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.21.1",
61
+ "type_vocab_size": 2,
62
+ "use_cache": true,
63
+ "vocab_size": 119547
64
+ }