g8a9 commited on
Commit
bf0b0f8
•
1 Parent(s): 0b6c6ae

Add tatoeba model config

Browse files
models/tatoeba/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "batch_size": 64,
3
+ "mask_probability": 0.15,
4
+ "num_layers": 6,
5
+ "num_heads": 8,
6
+ "d_model": 256,
7
+ "d_ff": 512,
8
+ "p_dropout": 0.1,
9
+ "max_seq_len": 128,
10
+ "vocab_size": 20000,
11
+ "learning_rate": 3e-4,
12
+ "grad_clip_value": 1
13
+ }
mt_tokenizer.json → models/tatoeba/tokenizer.json RENAMED
File without changes
best_mt_train_state_468500.pkl → models/tatoeba/train_state_468500.pkl RENAMED
File without changes