File size: 481 Bytes
83e80b5 386b5c0 83e80b5 386b5c0 83e80b5 386b5c0 83e80b5 386b5c0 83e80b5 |
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 |
{
"model_name": "answerdotai/ModernBERT-base",
"num_labels": 2,
"label2id": {
"AUTHORIZED": 0,
"UNAUTHORIZED": 1
},
"id2label": {
"0": "AUTHORIZED",
"1": "UNAUTHORIZED"
},
"severity": {
"AUTHORIZED": 0,
"UNAUTHORIZED": 4
},
"loss": "CrossEntropyLoss (class-weighted)",
"class_weights": [
0.5,
3.0
],
"optimization_target": "unauthorized_f1",
"batch_size": 16,
"epochs": 5,
"learning_rate": 3e-05,
"max_length": 1024
} |