Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
| 48 |
"pad_token_id": 0,
|
| 49 |
"scale_embedding": false,
|
| 50 |
"task_specific_params": {
|
| 51 |
-
"
|
| 52 |
"no_repeat_ngram_size": 3,
|
| 53 |
"do_sample": true,
|
| 54 |
"top_k": 100,
|
|
|
|
| 48 |
"pad_token_id": 0,
|
| 49 |
"scale_embedding": false,
|
| 50 |
"task_specific_params": {
|
| 51 |
+
"text2text-generation": {
|
| 52 |
"no_repeat_ngram_size": 3,
|
| 53 |
"do_sample": true,
|
| 54 |
"top_k": 100,
|