Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,8 @@ model_names = [
|
|
| 10 |
"sshleifer/distilbart-cnn-12-6",
|
| 11 |
"allenai/led-base-16384",
|
| 12 |
"google/pegasus-xsum",
|
| 13 |
-
"togethercomputer/LLaMA-2-7B-32K"
|
|
|
|
| 14 |
]
|
| 15 |
|
| 16 |
# Placeholder for the summarizer pipeline, tokenizer, and maximum tokens
|
|
|
|
| 10 |
"sshleifer/distilbart-cnn-12-6",
|
| 11 |
"allenai/led-base-16384",
|
| 12 |
"google/pegasus-xsum",
|
| 13 |
+
"togethercomputer/LLaMA-2-7B-32K",
|
| 14 |
+
"deepseek-ai/DeepSeek-V3-0324"
|
| 15 |
]
|
| 16 |
|
| 17 |
# Placeholder for the summarizer pipeline, tokenizer, and maximum tokens
|