letran1110 commited on
Commit
61c6b7f
·
verified ·
1 Parent(s): 337ee2a

Add config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_type": "seq2seq", "num_encoder_layers": 6, "num_decoder_layers": 6, "d_model": 512, "d_ff": 2048, "num_heads": 8, "dropout": 0.1, "src_vocab_size": 10000, "tgt_vocab_size": 10000}