valentynbez
commited on
Commit
•
4371e6c
1
Parent(s):
0b74916
Upload 2 files
Browse files- tm_vec_cath_model.ckpt +3 -0
- tm_vec_cath_model_params.json +11 -0
tm_vec_cath_model.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98dd86b97106cf74a1ad213b1a809054c13657076325e856814e380005b1e13a
|
3 |
+
size 207922348
|
tm_vec_cath_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": 0.0001,
|
10 |
+
"warmup_steps": 300
|
11 |
+
}
|