Update config.json
Browse files- config.json +0 -6
config.json
CHANGED
|
@@ -49,13 +49,7 @@
|
|
| 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,
|
| 55 |
-
"top_p": 0.95,
|
| 56 |
-
"typical_p": 0.95,
|
| 57 |
-
"temperature": 0.80,
|
| 58 |
-
"pad_token_id": 0,
|
| 59 |
"max_length": 256,
|
| 60 |
}
|
| 61 |
},
|
|
|
|
| 49 |
"scale_embedding": false,
|
| 50 |
"task_specific_params": {
|
| 51 |
"text2text-generation": {
|
|
|
|
| 52 |
"do_sample": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
"max_length": 256,
|
| 54 |
}
|
| 55 |
},
|