sarahyurick
commited on
Commit
•
2567317
1
Parent(s):
ce3120f
Update config.json
Browse files- config.json +59 -0
config.json
CHANGED
@@ -1,4 +1,63 @@
|
|
1 |
{
|
|
|
|
|
2 |
"config_path": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"pretrained": true
|
4 |
}
|
|
|
1 |
{
|
2 |
+
"base_model": "microsoft/mdeberta-v3-base",
|
3 |
+
"model_type": "deberta-v2",
|
4 |
"config_path": null,
|
5 |
+
"fc_dropout": 0.2,
|
6 |
+
"id2label": {
|
7 |
+
"0": "Adult",
|
8 |
+
"1": "Arts_and_Entertainment",
|
9 |
+
"10": "Health",
|
10 |
+
"11": "Hobbies_and_Leisure",
|
11 |
+
"12": "Home_and_Garden",
|
12 |
+
"13": "Internet_and_Telecom",
|
13 |
+
"14": "Jobs_and_Education",
|
14 |
+
"15": "Law_and_Government",
|
15 |
+
"16": "News",
|
16 |
+
"17": "Online_Communities",
|
17 |
+
"18": "People_and_Society",
|
18 |
+
"19": "Pets_and_Animals",
|
19 |
+
"2": "Autos_and_Vehicles",
|
20 |
+
"20": "Real_Estate",
|
21 |
+
"21": "Science",
|
22 |
+
"22": "Sensitive_Subjects",
|
23 |
+
"23": "Shopping",
|
24 |
+
"24": "Sports",
|
25 |
+
"25": "Travel_and_Transportation",
|
26 |
+
"3": "Beauty_and_Fitness",
|
27 |
+
"4": "Books_and_Literature",
|
28 |
+
"5": "Business_and_Industrial",
|
29 |
+
"6": "Computers_and_Electronics",
|
30 |
+
"7": "Finance",
|
31 |
+
"8": "Food_and_Drink",
|
32 |
+
"9": "Games"
|
33 |
+
},
|
34 |
+
"label2id": {
|
35 |
+
"Adult": 0,
|
36 |
+
"Arts_and_Entertainment": 1,
|
37 |
+
"Autos_and_Vehicles": 2,
|
38 |
+
"Beauty_and_Fitness": 3,
|
39 |
+
"Books_and_Literature": 4,
|
40 |
+
"Business_and_Industrial": 5,
|
41 |
+
"Computers_and_Electronics": 6,
|
42 |
+
"Finance": 7,
|
43 |
+
"Food_and_Drink": 8,
|
44 |
+
"Games": 9,
|
45 |
+
"Health": 10,
|
46 |
+
"Hobbies_and_Leisure": 11,
|
47 |
+
"Home_and_Garden": 12,
|
48 |
+
"Internet_and_Telecom": 13,
|
49 |
+
"Jobs_and_Education": 14,
|
50 |
+
"Law_and_Government": 15,
|
51 |
+
"News": 16,
|
52 |
+
"Online_Communities": 17,
|
53 |
+
"People_and_Society": 18,
|
54 |
+
"Pets_and_Animals": 19,
|
55 |
+
"Real_Estate": 20,
|
56 |
+
"Science": 21,
|
57 |
+
"Sensitive_Subjects": 22,
|
58 |
+
"Shopping": 23,
|
59 |
+
"Sports": 24,
|
60 |
+
"Travel_and_Transportation": 25
|
61 |
+
},
|
62 |
"pretrained": true
|
63 |
}
|