rhulsker commited on
Commit
c8307e3
·
1 Parent(s): 150ba4d

adding label_dictionary

Browse files
Files changed (1) hide show
  1. config.json +18 -1
config.json CHANGED
@@ -51,5 +51,22 @@
51
  "tie_weights_": true,
52
  "torch_dtype": "float32",
53
  "transformers_version": "4.38.2",
54
- "vocab_size": 30522
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  }
 
51
  "tie_weights_": true,
52
  "torch_dtype": "float32",
53
  "transformers_version": "4.38.2",
54
+ "vocab_size": 30522,
55
+
56
+ "LABEL_DICTIONARY": {
57
+ "I1": "Low Impact",
58
+ "I2": "Medium Impact",
59
+ "I3": "High Impact",
60
+ "I4": "Critical Impact",
61
+ "U1": "Low Urgency",
62
+ "U2": "Medium Urgency",
63
+ "U3": "High Urgency",
64
+ "U4": "Critical Urgency",
65
+ "T1": "Information",
66
+ "T2": "Incident",
67
+ "T3": "Problem",
68
+ "T4": "Request",
69
+ "T5": "Question"
70
+ }
71
+
72
  }