ViNER-MDeberta-v2 / gliner_config.json
LuuNgoc2k2's picture
Upload folder using huggingface_hub
1b02eac verified
{
"model_name": "microsoft/mdeberta-v3-base",
"name": "token level gliner",
"max_width": 100,
"hidden_size": 768,
"dropout": 0.0,
"fine_tune": true,
"subtoken_pooling": "first",
"span_mode": "token_level",
"loss_alpha": 0.25,
"loss_gamma": 2,
"loss_reduction": "sum",
"max_types": 20000,
"shuffle_types": true,
"random_drop": true,
"max_neg_type_ratio": 1,
"max_len": 768,
"log_dir": "mdeberta-new",
"gradient_accumulation_steps": 2
}