DGUI-GatePredictor / config.json
ctaxnagomi's picture
Upload config.json with huggingface_hub
f298d37 verified
Raw
History Blame Contribute Delete
712 Bytes
{
"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"
}
}