Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
revert to MBZUAI/LaMini-Flan-T5-783M
Browse files
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 = "
|
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
|