Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,12 @@ from transformers import pipeline, AutoModelForSeq2SeqLM, AutoTokenizer, AutoCon
|
|
5 |
# List of summarization models
|
6 |
model_names = [
|
7 |
"facebook/bart-large-cnn",
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
"google/flan-t5-small",
|
12 |
-
"prithivMLmods/t5-Flan-Prompt-Enhance"
|
|
|
13 |
]
|
14 |
|
15 |
# Placeholder for the summarizer pipeline, tokenizer, and maximum tokens
|
|
|
5 |
# List of summarization models
|
6 |
model_names = [
|
7 |
"facebook/bart-large-cnn",
|
8 |
+
"DeepSeek-V3-0324",
|
9 |
+
"mrm8488/t5-base-finetuned-summarize-news",
|
10 |
+
"avisena/bart-base-job-info-summarizer",
|
11 |
"google/flan-t5-small",
|
12 |
+
"prithivMLmods/t5-Flan-Prompt-Enhance",
|
13 |
+
"jordiclive/flan-t5-3b-summarizer"
|
14 |
]
|
15 |
|
16 |
# Placeholder for the summarizer pipeline, tokenizer, and maximum tokens
|