Upload translation model from Google Colab
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
- tokenizer.json +1 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"num_encoder_layers": 6, "num_decoder_layers": 6, "d_model": 512, "d_ff": 2048, "src_vocab_size": 39098, "tgt_vocab_size": 23005, "num_heads": 8, "dropout": 0.1}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:126c96c7c3a2a9ea881efce08697daf8f879b036491d6d2855981edb411bd2ac
|
3 |
+
size 235188518
|
tokenizer.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Dummy sentence to save tokenizer
|