File size: 451 Bytes
cd9a3e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"model_name": "uitnlp/CafeBERT",
"name": "span level gliner",
"max_width": 12,
"hidden_size": 768,
"dropout": 0.0,
"fine_tune": true,
"subtoken_pooling": "first",
"span_mode": "markerV0",
"loss_alpha": -1,
"loss_gamma": 0,
"loss_reduction": "sum",
"max_types": 50,
"shuffle_types": true,
"random_drop": true,
"max_neg_type_ratio": 1,
"max_len": 1536,
"log_dir": "CafeBERT-Span",
"gradient_accumulation_steps": 1
} |