Chemsseddine
commited on
Commit
•
8ca5135
1
Parent(s):
399b7fa
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"
|