Update config.json
Browse files- config.json +6 -0
config.json
CHANGED
|
@@ -26,6 +26,12 @@
|
|
| 26 |
"relative_attention_max_distance": 128,
|
| 27 |
"relative_attention_num_buckets": 32,
|
| 28 |
"task_specific_params": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
"summarization": {
|
| 30 |
"early_stopping": true,
|
| 31 |
"length_penalty": 2.0,
|
|
|
|
| 26 |
"relative_attention_max_distance": 128,
|
| 27 |
"relative_attention_num_buckets": 32,
|
| 28 |
"task_specific_params": {
|
| 29 |
+
"bpmn_dot_generation": {
|
| 30 |
+
"max_length": 512,
|
| 31 |
+
"num_beams": 4,
|
| 32 |
+
"early_stopping": true
|
| 33 |
+
"prefix": "the following is: "
|
| 34 |
+
},
|
| 35 |
"summarization": {
|
| 36 |
"early_stopping": true,
|
| 37 |
"length_penalty": 2.0,
|