Upload config.json
#3
by
aishwaryamirashi
- opened
- config.json +25 -25
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -10,34 +10,34 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
-
"10": "
|
24 |
-
"11": "
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
"intermediate_size": 3072,
|
28 |
"label2id": {
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
},
|
42 |
"layer_norm_eps": 1e-12,
|
43 |
"max_position_embeddings": 512,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/outputs/",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "Auto",
|
14 |
+
"1": "Bhakti",
|
15 |
+
"2": "Crime",
|
16 |
+
"3": "Education",
|
17 |
+
"4": "Fashion",
|
18 |
+
"5": "Health",
|
19 |
+
"6": "International",
|
20 |
+
"7": "Manoranjan",
|
21 |
+
"8": "Politics",
|
22 |
+
"9": "Sports",
|
23 |
+
"10": "Tech",
|
24 |
+
"11": "Travel"
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
"intermediate_size": 3072,
|
28 |
"label2id": {
|
29 |
+
"Auto": 0,
|
30 |
+
"Bhakti": 1,
|
31 |
+
"Tech": 10,
|
32 |
+
"Travel": 11,
|
33 |
+
"Crime": 2,
|
34 |
+
"Education": 3,
|
35 |
+
"Fashion": 4,
|
36 |
+
"Health": 5,
|
37 |
+
"International": 6,
|
38 |
+
"Manoranjan": 7,
|
39 |
+
"Politics": 8,
|
40 |
+
"Sports": 9
|
41 |
},
|
42 |
"layer_norm_eps": 1e-12,
|
43 |
"max_position_embeddings": 512,
|