File size: 712 Bytes
f298d37 | 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 | {
"model_type": "distilbert",
"num_labels": 5,
"id2label": {
"0": "gate_pass",
"1": "gate_block",
"2": "quota_exceeded",
"3": "key_revoked",
"4": "scope_violation"
},
"label2id": {
"gate_pass": 0,
"gate_block": 1,
"quota_exceeded": 2,
"key_revoked": 3,
"scope_violation": 4
},
"hidden_size": 768,
"num_hidden_layers": 6,
"num_attention_heads": 12,
"max_position_embeddings": 512,
"vocab_size": 30522,
"training": {
"dataset": "ctaxnagomi/deckergui-seed-status-events,ctaxnagomi/deckergui-agent-coordination",
"epochs": 10,
"batch_size": 16,
"learning_rate": 5e-5,
"framework": "pytorch",
"decker_gui_version": "2.0.0"
}
}
|