patrickvonplaten
commited on
Commit
•
942931a
1
Parent(s):
6199346
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"add_bias_logits": false,
|
5 |
"add_final_layer_norm": true,
|
6 |
"architectures": [
|
7 |
-
"
|
8 |
],
|
9 |
"attention_dropout": 0.1,
|
10 |
"bos_token_id": 0,
|
@@ -39,7 +39,7 @@
|
|
39 |
"LABEL_2": 2
|
40 |
},
|
41 |
"max_position_embeddings": 1024,
|
42 |
-
"model_type": "
|
43 |
"no_repeat_ngram_size": 3,
|
44 |
"normalize_before": true,
|
45 |
"normalize_embedding": true,
|
|
|
4 |
"add_bias_logits": false,
|
5 |
"add_final_layer_norm": true,
|
6 |
"architectures": [
|
7 |
+
"MBartForConditionalGeneration"
|
8 |
],
|
9 |
"attention_dropout": 0.1,
|
10 |
"bos_token_id": 0,
|
|
|
39 |
"LABEL_2": 2
|
40 |
},
|
41 |
"max_position_embeddings": 1024,
|
42 |
+
"model_type": "mbart",
|
43 |
"no_repeat_ngram_size": 3,
|
44 |
"normalize_before": true,
|
45 |
"normalize_embedding": true,
|