rafaelm47labs commited on
Commit
c41a7de
1 Parent(s): 7eef405

Modified model and configuration, correct output labels

Browse files
Files changed (2) hide show
  1. config.json +20 -34
  2. 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": "culture",
17
- "4": "disaster, accident and emergency incident",
18
- "5": "economy",
19
- "6": "economy, business and finance",
20
- "7": "enviroment",
21
- "8": "environment",
22
- "9": "finance",
23
- "10": "health",
24
- "11": "labour",
25
- "12": "lifestyle and leisure",
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
- "culture": 3,
41
- "disaster, accident and emergency incident": 4,
42
- "economy": 5,
43
- "economy, business and finance": 6,
44
- "enviroment": 7,
45
- "environment": 8,
46
- "finance": 9,
47
- "health": 10,
48
- "labour": 11,
49
- "lifestyle and leisure": 12,
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:083a3a5956937d37a03278acf09948d7779da51d3a117ca137742173f3cf06af
3
- size 439856365
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7827a4bcad3f9eff9ef762cd3f3e683d96098b15bf7273265aeac8be7ec6a5f9
3
+ size 439834797