Token Classification
GLiNER
PyTorch
English
gliner_base / gliner_config.json
urchade's picture
Introduce new model format (#2)
b7f2215 verified
{
"size_sup": -1,
"max_types": 25,
"shuffle_types": true,
"random_drop": true,
"max_neg_type_ratio": 1,
"max_len": 384,
"lr_encoder": "1e-5",
"lr_others": "5e-5",
"num_steps": 30000,
"warmup_ratio": 0.1,
"train_batch_size": 8,
"eval_every": 5000,
"max_width": 12,
"model_name": "microsoft/deberta-v3-base",
"fine_tune": true,
"subtoken_pooling": "first",
"hidden_size": 768,
"span_mode": "marker",
"dropout": 0.2,
"name": "abl",
"root_dir": "log_main",
"train_data": "/gpfswork/rech/ohy/upa43yu/instruct_ner/train_instruct.json",
"prev_path": "none",
"gpu": "ohy@a100",
"run_time": "05:30:00",
"log_dir": "/gpfsdswork/projects/rech/bwq/upa43yu/GLiNER/log_main/deberta-v3-base_0"
}