kellywong commited on
Commit
800874e
1 Parent(s): 34efdd9

upload model for rumour-detection

Browse files
Files changed (2) hide show
  1. config.json +40 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RumourDetectionTwitterModel"
4
+ ],
5
+ "d_feed_forward": 600,
6
+ "d_model": 300,
7
+ "dropout_rate": 0.3,
8
+ "emb_dim": 300,
9
+ "ff_post": true,
10
+ "ff_word": true,
11
+ "gpu": false,
12
+ "gpu_idx": [
13
+ 0
14
+ ],
15
+ "include_key_structure": true,
16
+ "include_time_interval": true,
17
+ "include_val_structure": true,
18
+ "initializer_range": 0.02,
19
+ "interval": 10,
20
+ "main_gpu": [
21
+ 0
22
+ ],
23
+ "max_length": 35,
24
+ "max_tweets": 339,
25
+ "max_vocab": 15000,
26
+ "n_head": 2,
27
+ "n_head_word": 2,
28
+ "n_mha_layers": 12,
29
+ "n_mha_layers_word": 2,
30
+ "num_classes": 4,
31
+ "num_emb_layers": 2,
32
+ "num_emb_layers_word": 2,
33
+ "num_structure_index": 5,
34
+ "post_module_version": 3,
35
+ "size": 100,
36
+ "train_pos_emb": false,
37
+ "train_word_emb": false,
38
+ "transformers_version": "4.8.2",
39
+ "word_module_version": 4
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cacbcba8ead02751e7551ddec641c34fc9ca4ccf9690fee4208ed562a05732c
3
+ size 60654162