Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
665408f
1
Parent(s):
fa62722
Upload EpiExtract4GARD-v2/config.json
Browse files
EpiExtract4GARD-v2/config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dmis-lab/biobert-large-cased-v1.1",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 1024,
|
11 |
+
"id2label": {
|
12 |
+
"0": "B-DATE",
|
13 |
+
"1": "B-EPI",
|
14 |
+
"2": "B-ETHN",
|
15 |
+
"3": "B-LOC",
|
16 |
+
"4": "B-SEX",
|
17 |
+
"5": "B-STAT",
|
18 |
+
"6": "I-DATE",
|
19 |
+
"7": "I-EPI",
|
20 |
+
"8": "I-ETHN",
|
21 |
+
"9": "I-LOC",
|
22 |
+
"10": "I-SEX",
|
23 |
+
"11": "I-STAT",
|
24 |
+
"12": "O"
|
25 |
+
},
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"intermediate_size": 4096,
|
28 |
+
"label2id": {
|
29 |
+
"B-DATE": 0,
|
30 |
+
"B-EPI": 1,
|
31 |
+
"B-ETHN": 2,
|
32 |
+
"B-LOC": 3,
|
33 |
+
"B-SEX": 4,
|
34 |
+
"B-STAT": 5,
|
35 |
+
"I-DATE": 6,
|
36 |
+
"I-EPI": 7,
|
37 |
+
"I-ETHN": 8,
|
38 |
+
"I-LOC": 9,
|
39 |
+
"I-SEX": 10,
|
40 |
+
"I-STAT": 11,
|
41 |
+
"O": 12
|
42 |
+
},
|
43 |
+
"layer_norm_eps": 1e-12,
|
44 |
+
"max_position_embeddings": 512,
|
45 |
+
"model_type": "bert",
|
46 |
+
"num_attention_heads": 16,
|
47 |
+
"num_hidden_layers": 24,
|
48 |
+
"pad_token_id": 0,
|
49 |
+
"position_embedding_type": "absolute",
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.12.5",
|
52 |
+
"type_vocab_size": 2,
|
53 |
+
"use_cache": true,
|
54 |
+
"vocab_size": 58996
|
55 |
+
}
|