gliner-multitask-large-v0.5 / gliner_config.json
Ihor's picture
Upload folder using huggingface_hub
87e2b84 verified
raw
history blame
No virus
408 Bytes
{
"model_name": "microsoft/deberta-v3-large",
"name": "token level gliner large",
"max_width": 100,
"hidden_size": 512,
"dropout": 0.1,
"fine_tune": true,
"subtoken_pooling": "first",
"span_mode": "token_level",
"loss_alpha": 0.75,
"loss_gamma": 2,
"loss_reduction": "sum",
"max_types": 30,
"shuffle_types": true,
"random_drop": true,
"max_neg_type_ratio": 1,
"max_len": 768
}