kargaranamir commited on
Commit
737e47b
1 Parent(s): 0c96eab

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -26,9 +26,8 @@
26
  "relative_attention_num_buckets": 32,
27
  "task_specific_params": {
28
  "reverse-gen": {
29
- "early_stopping": true,
30
- "max_length": 300,
31
- "num_beams": 4,
32
  "prefix": "Instruction: X"
33
  }
34
  },
 
26
  "relative_attention_num_buckets": 32,
27
  "task_specific_params": {
28
  "reverse-gen": {
29
+ "max_length": 512,
30
+ "min_length": 100,
 
31
  "prefix": "Instruction: X"
32
  }
33
  },