Upload config.json with huggingface_hub
Browse files- config.json +24 -0
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "medicoder",
|
3 |
+
"architecture": "prototypical_network",
|
4 |
+
"base_model": "emilyalsentzer/Bio_ClinicalBERT",
|
5 |
+
"embedding_dim": 768,
|
6 |
+
"num_medical_codes": 57000,
|
7 |
+
"performance": {
|
8 |
+
"top_1_accuracy": 0.463,
|
9 |
+
"training_approach": "few_shot_learning",
|
10 |
+
"optimization_phase": 2
|
11 |
+
},
|
12 |
+
"tokenizer_class": "BertTokenizer",
|
13 |
+
"max_position_embeddings": 512,
|
14 |
+
"vocab_size": 28996,
|
15 |
+
"hidden_size": 768,
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_hidden_layers": 12,
|
18 |
+
"type_vocab_size": 2,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"layer_norm_eps": 1e-12,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"gradient_checkpointing": false,
|
23 |
+
"use_cache": true
|
24 |
+
}
|