Pichayada commited on
Commit
e0e0acd
·
verified ·
1 Parent(s): f9340fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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
- "umeshramya/t5_small_medical_512",
9
- "avanishd/pegasus-finetuned-samsum/",
10
- "utrobinmv/t5_summary_en_ru_zh_large_2048",
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