pszemraj commited on
Commit
a6a1c72
1 Parent(s): bfa44f2

revert to MBZUAI/LaMini-Flan-T5-783M

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ TOKEN_BATCH_OPTIONS = [
80
  ] # token batch sizes users can choose from
81
 
82
  SUMMARY_PLACEHOLDER = "<p><em>Output will appear below:</em></p>"
83
- AGGREGATE_MODEL = "ethzanalytics/LaMini-Flan-T5-783M" # model to use for aggregation
84
 
85
  # if duplicating space: uncomment this line to adjust the max words
86
  # os.environ["APP_MAX_WORDS"] = str(2048) # set the max words to 2048
 
80
  ] # token batch sizes users can choose from
81
 
82
  SUMMARY_PLACEHOLDER = "<p><em>Output will appear below:</em></p>"
83
+ AGGREGATE_MODEL = "MBZUAI/LaMini-Flan-T5-783M" # model to use for aggregation
84
 
85
  # if duplicating space: uncomment this line to adjust the max words
86
  # os.environ["APP_MAX_WORDS"] = str(2048) # set the max words to 2048