Upload model
Browse files- config.json +6 -6
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
{
|
| 2 |
-
"activation_dropout": 0.
|
| 3 |
"activation_function": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"MBartModel"
|
| 6 |
],
|
| 7 |
-
"attention_dropout": 0.
|
| 8 |
"bos_token_id": 0,
|
| 9 |
-
"classifier_dropout": 0.
|
| 10 |
"d_model": 512,
|
| 11 |
-
"decoder_attention_heads":
|
| 12 |
"decoder_ffn_dim": 2048,
|
| 13 |
"decoder_layerdrop": 0.01,
|
| 14 |
"decoder_layers": 6,
|
| 15 |
"dropout": 0.1,
|
| 16 |
-
"encoder_attention_heads":
|
| 17 |
"encoder_ffn_dim": 2048,
|
| 18 |
-
"encoder_layerdrop": 0.
|
| 19 |
"encoder_layers": 6,
|
| 20 |
"eos_token_id": 2,
|
| 21 |
"forced_eos_token_id": 2,
|
|
|
|
| 1 |
{
|
| 2 |
+
"activation_dropout": 0.05,
|
| 3 |
"activation_function": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"MBartModel"
|
| 6 |
],
|
| 7 |
+
"attention_dropout": 0.05,
|
| 8 |
"bos_token_id": 0,
|
| 9 |
+
"classifier_dropout": 0.01,
|
| 10 |
"d_model": 512,
|
| 11 |
+
"decoder_attention_heads": 8,
|
| 12 |
"decoder_ffn_dim": 2048,
|
| 13 |
"decoder_layerdrop": 0.01,
|
| 14 |
"decoder_layers": 6,
|
| 15 |
"dropout": 0.1,
|
| 16 |
+
"encoder_attention_heads": 8,
|
| 17 |
"encoder_ffn_dim": 2048,
|
| 18 |
+
"encoder_layerdrop": 0.1,
|
| 19 |
"encoder_layers": 6,
|
| 20 |
"eos_token_id": 2,
|
| 21 |
"forced_eos_token_id": 2,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 180807440
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebb53709f408fac2bb9ff6e74484dc035477d860241ccbd60e56b70b69ad54c3
|
| 3 |
size 180807440
|