File size: 317 Bytes
9658fcc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"model_name": "almanach/camembert-bio-base",
"name": "cbio",
"max_width": 12,
"hidden_size": 768,
"dropout": 0.4,
"fine_tune": true,
"subtoken_pooling": "first",
"span_mode": "markerV0",
"max_types": 25,
"shuffle_types": true,
"random_drop": true,
"max_neg_type_ratio": 1,
"max_len": 384
} |