maruker commited on
Commit
f8b3f45
·
1 Parent(s): 0b34fe9

Final model

Browse files
Files changed (2) hide show
  1. checkpoint-avg1024hidden3l.pt +3 -0
  2. params.json +14 -0
checkpoint-avg1024hidden3l.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f17c97c5702790ee587353e78073713b5c2f2684d48e8ce3be2b5de1972a8d1
3
+ size 182094567
params.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sentence_embeddings": "avg",
3
+ "num_sentences": 1400000,
4
+ "train_fname": "train.en.untok.shorts",
5
+ "valid_fname": "valid.en.untok.shorts",
6
+ "word_embeddings_name": "BPEmb",
7
+ "n_hidden": 1024,
8
+ "n_layer": 3,
9
+ "batch_size": 32,
10
+ "mos": true,
11
+ "asgd": true,
12
+ "lr": 0.0005,
13
+ "options": "{}"
14
+ }