hyunwoongko
commited on
Commit
·
9a4e227
1
Parent(s):
172554c
modify arch to seq2seq
Browse files- config.json +1 -1
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"add_bias_logits": false,
|
5 |
"add_final_layer_norm": false,
|
6 |
"architectures": [
|
7 |
-
"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 1,
|
|
|
4 |
"add_bias_logits": false,
|
5 |
"add_final_layer_norm": false,
|
6 |
"architectures": [
|
7 |
+
"BartForConditionalGeneration"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 1,
|