enrico-beta / config.json
urchade's picture
Update config.json
d38ba1b verified
raw
history blame contribute delete
539 Bytes
{
"model_name": "microsoft/deberta-v3-base",
"hidden_size": 512,
"ffn_mul": 2,
"span_mode": "markerV0",
"dropout": 0.1,
"max_width": 8,
"max_top_k": 54,
"add_top_k": 10,
"lr_encoder": "1e-5",
"lr_others": "5e-5",
"freeze_token_rep": false,
"max_neg_type_ratio": 1,
"size_sup": -1,
"max_len": 384,
"max_types": 20,
"shuffle_types": true,
"random_drop": true,
"refine_span": true,
"refine_relation": false,
"refine_prompt": true,
"scorer": "dot",
"fine_tune": true,
"subtoken_pooling": "first"
}