File size: 888 Bytes
926c372 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
{
"class_token_index": 128002,
"dropout": 0.4,
"encoder_config": null,
"ent_token": "<<ENT>>",
"eval_every": 2500,
"fine_tune": true,
"gradient_accumulation_steps": 2,
"has_rnn": true,
"hidden_size": 768,
"log_dir": "logs",
"lr_encoder": "1e-5",
"lr_others": "5e-5",
"max_len": 384,
"max_neg_type_ratio": 1,
"max_types": 25,
"max_width": 1,
"model_name": "microsoft/deberta-v3-large",
"model_type": "gliner",
"name": "large",
"num_steps": 60000,
"prev_path": "none",
"random_drop": true,
"root_dir": "ablation_backbone",
"sep_token": "<<SEP>>",
"shuffle_types": true,
"size_sup": -1,
"span_mode": "marker",
"subtoken_pooling": "first",
"train_batch_size": 4,
"train_data": "NuMinds_custom_data_mix.json",
"transformers_version": "4.38.2",
"vocab_size": 128004,
"warmup_ratio": 0.1,
"words_splitter_type": "whitespace"
}
|