rafaelm47labs
commited on
Commit
•
c41a7de
1
Parent(s):
7eef405
Modified model and configuration, correct output labels
Browse files- config.json +20 -34
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -13,23 +13,16 @@
|
|
13 |
"0": "arts, culture, entertainment and media",
|
14 |
"1": "conflict, war and peace",
|
15 |
"2": "crime, law and justice",
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
-
"10": "
|
24 |
-
"11": "
|
25 |
-
"12": "
|
26 |
-
"13": "media",
|
27 |
-
"14": "science",
|
28 |
-
"15": "science and technology",
|
29 |
-
"16": "society",
|
30 |
-
"17": "sport",
|
31 |
-
"18": "technology",
|
32 |
-
"19": "weather"
|
33 |
},
|
34 |
"initializer_range": 0.02,
|
35 |
"intermediate_size": 3072,
|
@@ -37,23 +30,16 @@
|
|
37 |
"arts, culture, entertainment and media": 0,
|
38 |
"conflict, war and peace": 1,
|
39 |
"crime, law and justice": 2,
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"media": 13,
|
51 |
-
"science": 14,
|
52 |
-
"science and technology": 15,
|
53 |
-
"society": 16,
|
54 |
-
"sport": 17,
|
55 |
-
"technology": 18,
|
56 |
-
"weather": 19
|
57 |
},
|
58 |
"layer_norm_eps": 1e-12,
|
59 |
"max_position_embeddings": 512,
|
|
|
13 |
"0": "arts, culture, entertainment and media",
|
14 |
"1": "conflict, war and peace",
|
15 |
"2": "crime, law and justice",
|
16 |
+
"3": "disaster, accident and emergency incident",
|
17 |
+
"4": "economy, business and finance",
|
18 |
+
"5": "enviroment",
|
19 |
+
"6": "health",
|
20 |
+
"7": "labour",
|
21 |
+
"8": "lifestyle and leisure",
|
22 |
+
"9": "science and technology",
|
23 |
+
"10": "society",
|
24 |
+
"11": "sport",
|
25 |
+
"12": "weather"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
},
|
27 |
"initializer_range": 0.02,
|
28 |
"intermediate_size": 3072,
|
|
|
30 |
"arts, culture, entertainment and media": 0,
|
31 |
"conflict, war and peace": 1,
|
32 |
"crime, law and justice": 2,
|
33 |
+
"disaster, accident and emergency incident": 3,
|
34 |
+
"economy, business and finance": 4,
|
35 |
+
"enviroment": 5,
|
36 |
+
"health": 6,
|
37 |
+
"labour": 7,
|
38 |
+
"lifestyle and leisure": 8,
|
39 |
+
"science and technology": 9,
|
40 |
+
"society": 10,
|
41 |
+
"sport": 11,
|
42 |
+
"weather": 12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
},
|
44 |
"layer_norm_eps": 1e-12,
|
45 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7827a4bcad3f9eff9ef762cd3f3e683d96098b15bf7273265aeac8be7ec6a5f9
|
3 |
+
size 439834797
|