Update config.json
Browse files- config.json +29 -0
config.json
CHANGED
|
@@ -1,4 +1,33 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"config_path": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"pretrained": true
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"base_model": "microsoft/deberta-v3-base",
|
| 3 |
+
"model_type": "deberta-v2",
|
| 4 |
"config_path": null,
|
| 5 |
+
"fc_dropout": 0.2,
|
| 6 |
+
"id2label": {
|
| 7 |
+
"0": "Product/Company/Organization/Personal Websites",
|
| 8 |
+
"1": "Explanatory Articles",
|
| 9 |
+
"10": "Conversational",
|
| 10 |
+
"2": "News",
|
| 11 |
+
"3": "Blogs",
|
| 12 |
+
"4": "MISC",
|
| 13 |
+
"5": "Boilerplate Content",
|
| 14 |
+
"6": "Analytical Exposition",
|
| 15 |
+
"7": "Online Comments",
|
| 16 |
+
"8": "Reviews",
|
| 17 |
+
"9": "Books and Literature"
|
| 18 |
+
},
|
| 19 |
+
"label2id": {
|
| 20 |
+
"Product/Company/Organization/Personal Websites": 0,
|
| 21 |
+
"Explanatory Articles": 1,
|
| 22 |
+
"News": 2,
|
| 23 |
+
"Blogs": 3,
|
| 24 |
+
"MISC": 4,
|
| 25 |
+
"Boilerplate Content": 5,
|
| 26 |
+
"Analytical Exposition": 6,
|
| 27 |
+
"Online Comments": 7,
|
| 28 |
+
"Reviews": 8,
|
| 29 |
+
"Books and Literature": 9,
|
| 30 |
+
"Conversational": 10
|
| 31 |
+
},
|
| 32 |
"pretrained": true
|
| 33 |
}
|