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