CoolFace
Modelpublic

NORMA-DEV/Gliner_haystack

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes5downloads
config.json26 linesDownload Raw Back to root
1{2  "model_type": "bert",3  "size_sup": -1,4  "max_types": 25,5  "shuffle_types": true,6  "random_drop": true,7  "max_neg_type_ratio": 1,8  "max_len": 384,9  "lr_encoder": "1e-5",10  "lr_others": "5e-5",11  "num_steps": 30000,12  "warmup_ratio": 3000,13  "train_batch_size": 8,14  "eval_every": 5000,15  "max_width": 12,16  "model_name": "microsoft/mdeberta-v3-base",17  "fine_tune": true,18  "subtoken_pooling": "first",19  "hidden_size": 768,20  "num_attention_heads": 12,21  "num_hidden_layers": 12,22  "intermediate_size": 3072,23  "span_mode": "markerV0",24  "dropout": 0.4,25  "name": "correct"26}