File size: 281 Bytes
b953914
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "base_model": "microsoft/deberta-v3-base",
  "config_path": null,
  "fc_dropout": 0.2,
  "id2label": {
    "0": "High",
    "1": "Medium",
    "2": "Low"
  },
  "label2id": {
    "High": 0,
    "Low": 2,
    "Medium": 1
  },
  "model_type": "deberta-v2",
  "pretrained": true
}