File size: 524 Bytes
bc33fcc | 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 | {
"_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"
} |