gliner_multi_pii_real_state-v2 / gliner_config.json
chris32's picture
Push model using huggingface_hub.
6d85ba5 verified
raw
history blame contribute delete
478 Bytes
{
"size_sup": -1,
"max_types": 25,
"shuffle_types": true,
"random_drop": false,
"max_neg_type_ratio": 1,
"max_len": 384,
"lr_encoder": "5e-6",
"lr_others": "1e-5",
"num_steps": 30000,
"warmup_ratio": 5000,
"train_batch_size": 8,
"eval_every": 5000,
"max_width": 12,
"model_name": "microsoft/mdeberta-v3-base",
"fine_tune": true,
"subtoken_pooling": "first",
"hidden_size": 512,
"span_mode": "markerV0",
"dropout": 0.4,
"name": "correct"
}