Update config.json
Browse files- config.json +10 -2
config.json
CHANGED
|
@@ -48,8 +48,12 @@
|
|
| 48 |
"pruned_heads": {},
|
| 49 |
"repetition_penalty": 1.0,
|
| 50 |
"return_dict": false,
|
|
|
|
| 51 |
"task_specific_params": null,
|
| 52 |
"temperature": 1.0,
|
|
|
|
|
|
|
|
|
|
| 53 |
"top_k": 50,
|
| 54 |
"top_p": 1.0,
|
| 55 |
"torchscript": false,
|
|
@@ -105,8 +109,12 @@
|
|
| 105 |
"pruned_heads": {},
|
| 106 |
"repetition_penalty": 1.0,
|
| 107 |
"return_dict": false,
|
|
|
|
| 108 |
"task_specific_params": null,
|
| 109 |
"temperature": 1.0,
|
|
|
|
|
|
|
|
|
|
| 110 |
"top_k": 50,
|
| 111 |
"top_p": 1.0,
|
| 112 |
"torchscript": false,
|
|
@@ -117,6 +125,6 @@
|
|
| 117 |
"xla_device": null
|
| 118 |
},
|
| 119 |
"is_encoder_decoder": true,
|
| 120 |
-
"model_type": "
|
| 121 |
"tie_encoder_decoder": true
|
| 122 |
-
}
|
|
|
|
| 48 |
"pruned_heads": {},
|
| 49 |
"repetition_penalty": 1.0,
|
| 50 |
"return_dict": false,
|
| 51 |
+
"sep_token_id": null,
|
| 52 |
"task_specific_params": null,
|
| 53 |
"temperature": 1.0,
|
| 54 |
+
"tie_encoder_decoder": false,
|
| 55 |
+
"tie_word_embeddings": true,
|
| 56 |
+
"tokenizer_class": null,
|
| 57 |
"top_k": 50,
|
| 58 |
"top_p": 1.0,
|
| 59 |
"torchscript": false,
|
|
|
|
| 109 |
"pruned_heads": {},
|
| 110 |
"repetition_penalty": 1.0,
|
| 111 |
"return_dict": false,
|
| 112 |
+
"sep_token_id": null,
|
| 113 |
"task_specific_params": null,
|
| 114 |
"temperature": 1.0,
|
| 115 |
+
"tie_encoder_decoder": false,
|
| 116 |
+
"tie_word_embeddings": true,
|
| 117 |
+
"tokenizer_class": null,
|
| 118 |
"top_k": 50,
|
| 119 |
"top_p": 1.0,
|
| 120 |
"torchscript": false,
|
|
|
|
| 125 |
"xla_device": null
|
| 126 |
},
|
| 127 |
"is_encoder_decoder": true,
|
| 128 |
+
"model_type": "encoder_decoder",
|
| 129 |
"tie_encoder_decoder": true
|
| 130 |
+
}
|