Kartik12 commited on
Commit
2a5a98b
·
1 Parent(s): b0f1f6d

Add model and configuration files

Browse files
TransformerTranslationModel.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eff93ac8a903a37ab0053edb0d170ecd733e3d26e418e7f241e9917a85cc903
3
+ size 30074250
model_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_model": 512,
3
+ "batch_size": 30,
4
+ "ffn_hidden": 2048,
5
+ "num_heads": 8,
6
+ "drop_prob": 0.1,
7
+ "num_layers": 1,
8
+ "max_sequence_length": 500,
9
+ "vocab_size_hindi": 119,
10
+ "vocab_size_english": 71
11
+ }