valentynbez commited on
Commit
2e0276a
·
verified ·
1 Parent(s): 26cc515

Upload 2 files

Browse files
tm_vec_swiss_model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19040a60feef6a17d2b8eec087a03f3ab5ce167871f7c005058b5b229fb932a7
3
+ size 207922220
tm_vec_swiss_model_params.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_model": 1024,
3
+ "nhead": 4,
4
+ "num_layers": 2,
5
+ "dim_feedforward": 2048,
6
+ "out_dim": 512,
7
+ "dropout": 0.1,
8
+ "activation": "relu",
9
+ "lr0": 7.5e-05,
10
+ "warmup_steps": 300
11
+ }