xlm-r-l-pubmed-mix / gliner_config.json
rntc's picture
Push model using huggingface_hub.
69153e6 verified
raw
history blame contribute delete
No virus
421 Bytes
{
"model_name": "FacebookAI/xlm-roberta-large",
"name": "span level gliner",
"max_width": 12,
"hidden_size": 512,
"dropout": 0.4,
"fine_tune": true,
"subtoken_pooling": "first",
"span_mode": "markerV0",
"loss_alpha": -1,
"loss_gamma": 0,
"label_smoothing": 0,
"loss_reduction": "sum",
"max_types": 25,
"shuffle_types": true,
"random_drop": true,
"max_neg_type_ratio": 1,
"max_len": 384
}