kellywong commited on
Commit
53bdcca
1 Parent(s): a63e9c5

add model for parser & segmenter

Browse files
parser/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RstPointerParserModel"
4
+ ],
5
+ "atten_model": "Dotproduct",
6
+ "classes_label": 39,
7
+ "classifier_bias": true,
8
+ "classifier_hidden_size": 64,
9
+ "classifier_input_size": 64,
10
+ "decoder_input_size": 64,
11
+ "dropout_c": 0.5,
12
+ "dropout_d": 0.5,
13
+ "dropout_e": 0.33,
14
+ "elmo_size": "Large",
15
+ "hidden_size": 64,
16
+ "highorder": true,
17
+ "rnn_layers": 6,
18
+ "torch_dtype": "float32",
19
+ "transformers_version": "4.9.2",
20
+ "word_dim": 1024
21
+ }
parser/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54671ea55da3e805b5d8ed220ad19ba825f350dbb407c64225edc469c167965d
3
+ size 378905152
segmenter/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RstPointerSegmenterModel"
4
+ ],
5
+ "dropout_prob": 0.2,
6
+ "elmo_size": "Large",
7
+ "hidden_dim": 64,
8
+ "is_batch_norm": true,
9
+ "num_rnn_layers": 6,
10
+ "rnn_layers": 6,
11
+ "rnn_type": "GRU",
12
+ "torch_dtype": "float32",
13
+ "transformers_version": "4.9.2",
14
+ "use_bilstm": true,
15
+ "use_cuda": true,
16
+ "with_finetuning": false,
17
+ "word_dim": 1024
18
+ }
segmenter/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013ec8e1b0ff72a1501f274e232a64260f4d12ea1d0d5e31fe6f2983f82f0f4c
3
+ size 379972184