BiomarkerNER / embedding_config.json
Postlyt's picture
Upload 7 files
db356e3 verified
{
"embedding": {
"bert_model_name": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
"freeze_bert": false,
"use_pos": true,
"pos_emb_dim": 50,
"use_char": true,
"char_emb_dim": 50,
"char_hidden": 50,
"char_pad_idx": 0,
"use_flair": true,
"flair_dim": 768,
"dropout": 0.1
},
"backbone": {
"bilstm_hidden": 256,
"bilstm_layers": 1,
"bilstm_dropout": 0.0,
"out_dim": 512,
"num_labels": 3
}
}