Pichayada commited on
Commit
37f69b8
·
verified ·
1 Parent(s): 2d72dda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -4,13 +4,13 @@ from transformers import pipeline, AutoModelForSeq2SeqLM, AutoTokenizer, AutoCon
4
 
5
  # List of summarization models
6
  model_names = [
7
- "distilbart-cnn-12-6",
8
- "TinyLlama",
9
- "phi-3-mini",
10
- "Mistral-7B",
11
- "BTLM-3B",
12
- "flan-t5-small",
13
- "MiniLM"
14
  ]
15
 
16
  # Placeholder for the summarizer pipeline, tokenizer, and maximum tokens
 
4
 
5
  # List of summarization models
6
  model_names = [
7
+ "sshleifer/distilbart-cnn-12-6",
8
+ "TinyLlama/TinyLlama-1.1B",
9
+ "microsoft/Phi-3-mini-4k-instruct",
10
+ "mistralai/Mistral-7B-v0.1",
11
+ "cerebras/btlm-3b-8k-base",
12
+ "google/flan-t5-small",
13
+ "nreimers/MiniLM-L6-H384-uncased"
14
  ]
15
 
16
  # Placeholder for the summarizer pipeline, tokenizer, and maximum tokens