Update
Browse files- config.json +3 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -10,15 +10,16 @@
|
|
10 |
"d_model": 768,
|
11 |
"decoder_attention_heads": 12,
|
12 |
"decoder_ffn_dim": 3072,
|
13 |
-
"decoder_layerdrop": 0.
|
14 |
"decoder_layers": 6,
|
15 |
"decoder_start_token_id": 0,
|
16 |
"dropout": 0.1,
|
17 |
"early_stopping": true,
|
18 |
"encoder_attention_heads": 12,
|
19 |
"encoder_ffn_dim": 3072,
|
20 |
-
"encoder_layerdrop": 0.
|
21 |
"encoder_layers": 6,
|
|
|
22 |
"eos_token_id": 0,
|
23 |
"forced_eos_token_id": 0,
|
24 |
"gradient_checkpointing": false,
|
|
|
10 |
"d_model": 768,
|
11 |
"decoder_attention_heads": 12,
|
12 |
"decoder_ffn_dim": 3072,
|
13 |
+
"decoder_layerdrop": 0.1,
|
14 |
"decoder_layers": 6,
|
15 |
"decoder_start_token_id": 0,
|
16 |
"dropout": 0.1,
|
17 |
"early_stopping": true,
|
18 |
"encoder_attention_heads": 12,
|
19 |
"encoder_ffn_dim": 3072,
|
20 |
+
"encoder_layerdrop": 0.1,
|
21 |
"encoder_layers": 6,
|
22 |
+
"tie_word_embeddings": 0,
|
23 |
"eos_token_id": 0,
|
24 |
"forced_eos_token_id": 0,
|
25 |
"gradient_checkpointing": false,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09d4a43a4588f933841efdd60ad100fd8c9cbf2c0668b902fb3b36e530dac81c
|
3 |
+
size 533254935
|