CategoryRouter / config.json
RowRed's picture
Upload folder using huggingface_hub
bc33fcc verified
Raw
History Blame Contribute Delete
524 Bytes
{
"_name_or_path": "microsoft/deberta-v3-base",
"backbone_model": "microsoft/deberta-v3-base",
"hidden_size": 768,
"num_labels": 6,
"id2label": {
"0": "Coding",
"1": "Information",
"2": "Guidance",
"3": "Media Generation",
"4": "Writing",
"5": "Other"
},
"label2id": {
"Coding": 0,
"Information": 1,
"Guidance": 2,
"Media Generation": 3,
"Writing": 4,
"Other": 5
},
"model_type": "deberta-v2",
"torch_dtype": "float32",
"transformers_version": "4.46.0"
}