Update config.json
Browse files- config.json +11 -10
config.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "hok2han",
|
| 3 |
+
"num_encoder_tokens": 99,
|
| 4 |
+
"num_decoder_tokens": 21612,
|
| 5 |
+
"emb_size": 512,
|
| 6 |
+
"nhead": 8,
|
| 7 |
+
"num_encoder_layers": 6,
|
| 8 |
+
"num_decoder_layers": 6,
|
| 9 |
+
"dim_feedforward": 2048,
|
| 10 |
+
"dropout": 0.1
|
| 11 |
+
}
|