ViNER-CafeBERT / gliner_config.json
LuuNgoc2k2's picture
Upload folder using huggingface_hub
cd9a3e7 verified
raw
history blame contribute delete
451 Bytes
{
"model_name": "uitnlp/CafeBERT",
"name": "span level gliner",
"max_width": 12,
"hidden_size": 768,
"dropout": 0.0,
"fine_tune": true,
"subtoken_pooling": "first",
"span_mode": "markerV0",
"loss_alpha": -1,
"loss_gamma": 0,
"loss_reduction": "sum",
"max_types": 50,
"shuffle_types": true,
"random_drop": true,
"max_neg_type_ratio": 1,
"max_len": 1536,
"log_dir": "CafeBERT-Span",
"gradient_accumulation_steps": 1
}