Commit ·
ee7a1b2
1
Parent(s): e965c75
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"EncoderDecoderModel"
|
| 5 |
],
|
| 6 |
"decoder": {
|
| 7 |
-
"_name_or_path": "
|
| 8 |
"activation_function": "gelu_new",
|
| 9 |
"add_cross_attention": true,
|
| 10 |
"architectures": [
|
|
@@ -92,7 +92,7 @@
|
|
| 92 |
"decoder_start_token_id": 3,
|
| 93 |
"early_stopping": true,
|
| 94 |
"encoder": {
|
| 95 |
-
"_name_or_path": "
|
| 96 |
"add_cross_attention": false,
|
| 97 |
"architectures": [
|
| 98 |
"BertForMaskedLM"
|
|
|
|
| 4 |
"EncoderDecoderModel"
|
| 5 |
],
|
| 6 |
"decoder": {
|
| 7 |
+
"_name_or_path": "gpt2",
|
| 8 |
"activation_function": "gelu_new",
|
| 9 |
"add_cross_attention": true,
|
| 10 |
"architectures": [
|
|
|
|
| 92 |
"decoder_start_token_id": 3,
|
| 93 |
"early_stopping": true,
|
| 94 |
"encoder": {
|
| 95 |
+
"_name_or_path": "bert-base-uncased",
|
| 96 |
"add_cross_attention": false,
|
| 97 |
"architectures": [
|
| 98 |
"BertForMaskedLM"
|