ryantwolf's picture
Push model using huggingface_hub.
b953914 verified
raw
history blame
281 Bytes
{
"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
}