lisaterumi
commited on
Commit
•
271d9f0
1
Parent(s):
a5a2e14
Upload config.json
Browse files- config.json +64 -0
config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "pucpr/biobertpt-bio",
|
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-Ocorrencia",
|
16 |
+
"1": "I-Problema",
|
17 |
+
"2": "I-DepartamentoClinico",
|
18 |
+
"3": "B-DepartamentoClinico",
|
19 |
+
"4": "B-Ocorrencia",
|
20 |
+
"5": "B-Tratamento",
|
21 |
+
"6": "O",
|
22 |
+
"7": "B-Teste",
|
23 |
+
"8": "B-Problema",
|
24 |
+
"9": "I-Tratamento",
|
25 |
+
"10": "B-Evidencia",
|
26 |
+
"11": "I-Teste",
|
27 |
+
"12": "<pad>"
|
28 |
+
},
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": 3072,
|
31 |
+
"label2id": {
|
32 |
+
"<pad>": 12,
|
33 |
+
"B-DepartamentoClinico": 3,
|
34 |
+
"B-Evidencia": 10,
|
35 |
+
"B-Ocorrencia": 4,
|
36 |
+
"B-Problema": 8,
|
37 |
+
"B-Teste": 7,
|
38 |
+
"B-Tratamento": 5,
|
39 |
+
"I-DepartamentoClinico": 2,
|
40 |
+
"I-Ocorrencia": 0,
|
41 |
+
"I-Problema": 1,
|
42 |
+
"I-Teste": 11,
|
43 |
+
"I-Tratamento": 9,
|
44 |
+
"O": 6
|
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 |
+
}
|