sagawa commited on
Commit
c3b9df6
·
verified ·
1 Parent(s): 5a1a548

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,6 +51,7 @@ class CFG:
51
  input_column = "input"
52
  input_max_length = 400
53
  output_max_length = 300
 
54
  model = "t5"
55
  seed = 42
56
  batch_size = 1
 
51
  input_column = "input"
52
  input_max_length = 400
53
  output_max_length = 300
54
+ output_min_length = -1
55
  model = "t5"
56
  seed = 42
57
  batch_size = 1