sahajrajmalla
commited on
Commit
•
87d3488
1
Parent(s):
63927e3
Update config.json
Browse files- config.json +19 -19
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -9,27 +9,27 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
},
|
34 |
"max_position_embeddings": 512,
|
35 |
"model_type": "distilbert",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Suyogyart/nepali-16-newsgroups-classification",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "bank",
|
13 |
+
"1": "economy",
|
14 |
+
"2": "entertainment",
|
15 |
+
"3": "health",
|
16 |
+
"4": "literature",
|
17 |
+
"5": "opinion",
|
18 |
+
"6": "politics",
|
19 |
+
"7": "sports",
|
20 |
+
"8": "tourism"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
24 |
+
"bank": 0,
|
25 |
+
"economy": 1,
|
26 |
+
"entertainment": 2,
|
27 |
+
"health": 3,
|
28 |
+
"literature": 4,
|
29 |
+
"opinion": 5,
|
30 |
+
"politics": 6,
|
31 |
+
"sports": 7,
|
32 |
+
"tourism": 8
|
33 |
},
|
34 |
"max_position_embeddings": 512,
|
35 |
"model_type": "distilbert",
|