ViNER-BGE / gliner_config.json
LuuNgoc2k2's picture
Upload folder using huggingface_hub
729f6f5 verified
raw
history blame contribute delete
421 Bytes
{
"model_name": "BAAI/bge-m3-retromae",
"name": "token level gliner",
"max_width": 100,
"hidden_size": 768,
"dropout": 0.1,
"fine_tune": true,
"subtoken_pooling": "first",
"span_mode": "token_level",
"loss_alpha": -1,
"loss_gamma": 0,
"label_smoothing": 0,
"loss_reduction": "sum",
"max_types": 12000,
"shuffle_types": true,
"random_drop": true,
"max_neg_type_ratio": 1,
"max_len": 768
}