Upload config.json with huggingface_hub
Browse files- config.json +11 -0
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"num_encoder_layers": 6,
|
3 |
+
"num_decoder_layers": 6,
|
4 |
+
"d_model": 512,
|
5 |
+
"num_heads": 8,
|
6 |
+
"dff": 2048,
|
7 |
+
"input_vocab_size": 10000,
|
8 |
+
"target_vocab_size": 8200,
|
9 |
+
"max_seq_len": 50,
|
10 |
+
"dropout_rate": 0.1
|
11 |
+
}
|