Push model using huggingface_hub.
Browse files- config.json +28 -1
config.json
CHANGED
|
@@ -2,7 +2,34 @@
|
|
| 2 |
"base_model": "microsoft/deberta-v3-base",
|
| 3 |
"config_path": null,
|
| 4 |
"fc_dropout": 0.2,
|
| 5 |
-
"id2label":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"label2id": {
|
| 7 |
"Adult": 0,
|
| 8 |
"Arts_and_Entertainment": 1,
|
|
|
|
| 2 |
"base_model": "microsoft/deberta-v3-base",
|
| 3 |
"config_path": null,
|
| 4 |
"fc_dropout": 0.2,
|
| 5 |
+
"id2label": {
|
| 6 |
+
"0": "Adult",
|
| 7 |
+
"1": "Arts_and_Entertainment",
|
| 8 |
+
"10": "Health",
|
| 9 |
+
"11": "Hobbies_and_Leisure",
|
| 10 |
+
"12": "Home_and_Garden",
|
| 11 |
+
"13": "Internet_and_Telecom",
|
| 12 |
+
"14": "Jobs_and_Education",
|
| 13 |
+
"15": "Law_and_Government",
|
| 14 |
+
"16": "News",
|
| 15 |
+
"17": "Online_Communities",
|
| 16 |
+
"18": "People_and_Society",
|
| 17 |
+
"19": "Pets_and_Animals",
|
| 18 |
+
"2": "Autos_and_Vehicles",
|
| 19 |
+
"20": "Real_Estate",
|
| 20 |
+
"21": "Science",
|
| 21 |
+
"22": "Sensitive_Subjects",
|
| 22 |
+
"23": "Shopping",
|
| 23 |
+
"24": "Sports",
|
| 24 |
+
"25": "Travel_and_Transportation",
|
| 25 |
+
"3": "Beauty_and_Fitness",
|
| 26 |
+
"4": "Books_and_Literature",
|
| 27 |
+
"5": "Business_and_Industrial",
|
| 28 |
+
"6": "Computers_and_Electronics",
|
| 29 |
+
"7": "Finance",
|
| 30 |
+
"8": "Food_and_Drink",
|
| 31 |
+
"9": "Games"
|
| 32 |
+
},
|
| 33 |
"label2id": {
|
| 34 |
"Adult": 0,
|
| 35 |
"Arts_and_Entertainment": 1,
|