File size: 778 Bytes
080fcfd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
{
  "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
  }
}