sarahyurick's picture
Update config.json
c29d34d verified
raw
history blame contribute delete
799 Bytes
{
"base_model": "microsoft/deberta-v3-base",
"model_type": "deberta-v2",
"config_path": null,
"fc_dropout": 0.2,
"id2label": {
"0": "Product/Company/Organization/Personal Websites",
"1": "Explanatory Articles",
"10": "Conversational",
"2": "News",
"3": "Blogs",
"4": "MISC",
"5": "Boilerplate Content",
"6": "Analytical Exposition",
"7": "Online Comments",
"8": "Reviews",
"9": "Books and Literature"
},
"label2id": {
"Product/Company/Organization/Personal Websites": 0,
"Explanatory Articles": 1,
"News": 2,
"Blogs": 3,
"MISC": 4,
"Boilerplate Content": 5,
"Analytical Exposition": 6,
"Online Comments": 7,
"Reviews": 8,
"Books and Literature": 9,
"Conversational": 10
},
"pretrained": true
}