Commit ·
6d7a425
1
Parent(s): 5208500
Update config.json
Browse files- config.json +9 -0
config.json
CHANGED
|
@@ -25,6 +25,15 @@
|
|
| 25 |
"relative_attention_max_distance": 128,
|
| 26 |
"relative_attention_num_buckets": 32,
|
| 27 |
"task_specific_params": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
"summarization": {
|
| 29 |
"early_stopping": true,
|
| 30 |
"length_penalty": 2.0,
|
|
|
|
| 25 |
"relative_attention_max_distance": 128,
|
| 26 |
"relative_attention_num_buckets": 32,
|
| 27 |
"task_specific_params": {
|
| 28 |
+
"dialog": {
|
| 29 |
+
"early_stopping": true,
|
| 30 |
+
"length_penalty": 2.0,
|
| 31 |
+
"max_length": 200,
|
| 32 |
+
"min_length": 30,
|
| 33 |
+
"no_repeat_ngram_size": 3,
|
| 34 |
+
"num_beams": 4,
|
| 35 |
+
"prefix": "dialog: "
|
| 36 |
+
},
|
| 37 |
"summarization": {
|
| 38 |
"early_stopping": true,
|
| 39 |
"length_penalty": 2.0,
|