infrnce-bert-classifier / model_card.json
kxshrx's picture
Initial model upload
080fcfd verified
{
"model_type": "distilbert",
"task": "text-classification",
"tags": [
"log-analysis",
"openstack",
"text-classification"
],
"base_model": "distilbert-base-uncased",
"num_labels": 6,
"labels": [
"Error_Handling",
"Instance_Management",
"Network_Operations",
"Resource_Management",
"Scheduler_Operations",
"System_Operations"
],
"id2label": {
"0": "Error_Handling",
"1": "Instance_Management",
"2": "Network_Operations",
"3": "Resource_Management",
"4": "Scheduler_Operations",
"5": "System_Operations"
},
"label2id": {
"Error_Handling": 0,
"Instance_Management": 1,
"Network_Operations": 2,
"Resource_Management": 3,
"Scheduler_Operations": 4,
"System_Operations": 5
}
}