Samuel Cahyawijaya
commited on
Commit
·
7891385
1
Parent(s):
eb4015f
update config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "bart-base",
|
| 3 |
"activation_dropout": 0.1,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"add_bias_logits": false,
|
|
@@ -39,7 +38,7 @@
|
|
| 39 |
"LABEL_2": 2
|
| 40 |
},
|
| 41 |
"max_position_embeddings": 1024,
|
| 42 |
-
"model_type": "
|
| 43 |
"no_repeat_ngram_size": 3,
|
| 44 |
"normalize_before": false,
|
| 45 |
"normalize_embedding": true,
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_dropout": 0.1,
|
| 3 |
"activation_function": "gelu",
|
| 4 |
"add_bias_logits": false,
|
|
|
|
| 38 |
"LABEL_2": 2
|
| 39 |
},
|
| 40 |
"max_position_embeddings": 1024,
|
| 41 |
+
"model_type": "mbart",
|
| 42 |
"no_repeat_ngram_size": 3,
|
| 43 |
"normalize_before": false,
|
| 44 |
"normalize_embedding": true,
|