Commit
·
6ff97b9
1
Parent(s):
d39d858
add config
Browse files- config.json +1 -5
config.json
CHANGED
|
@@ -1,10 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"activation_function": "gelu",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"DeepShallowModel"
|
| 5 |
-
],
|
| 6 |
"attention_heads": 8,
|
| 7 |
-
"decoder_layers":
|
| 8 |
"dropout": 0.1,
|
| 9 |
"emb_size": 512,
|
| 10 |
"encoder_layers": 12,
|
|
@@ -13,6 +10,5 @@
|
|
| 13 |
"model_type": "transformer",
|
| 14 |
"src_vocab_size": 10000,
|
| 15 |
"tgt_vocab_size": 10000,
|
| 16 |
-
"torch_dtype": "float32",
|
| 17 |
"transformers_version": "4.17.0"
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"activation_function": "gelu",
|
|
|
|
|
|
|
|
|
|
| 3 |
"attention_heads": 8,
|
| 4 |
+
"decoder_layers": 6,
|
| 5 |
"dropout": 0.1,
|
| 6 |
"emb_size": 512,
|
| 7 |
"encoder_layers": 12,
|
|
|
|
| 10 |
"model_type": "transformer",
|
| 11 |
"src_vocab_size": 10000,
|
| 12 |
"tgt_vocab_size": 10000,
|
|
|
|
| 13 |
"transformers_version": "4.17.0"
|
| 14 |
}
|