Spaces:
Sleeping
Sleeping
xindus
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ stop_words = set(stopwords.words("english")).union(extra_stopwords)
|
|
22 |
|
23 |
# Model list
|
24 |
model_choices = {
|
|
|
25 |
"T5 Base (t5-base)": "t5-base",
|
26 |
"DistilBART CNN (sshleifer/distilbart-cnn-12-6)": "sshleifer/distilbart-cnn-12-6",
|
27 |
"DistilBART XSum (sshleifer/distilbart-xsum-12-6)": "sshleifer/distilbart-xsum-12-6",
|
|
|
22 |
|
23 |
# Model list
|
24 |
model_choices = {
|
25 |
+
"Xindus Summarizer" : "madankn/xindus_t5base",
|
26 |
"T5 Base (t5-base)": "t5-base",
|
27 |
"DistilBART CNN (sshleifer/distilbart-cnn-12-6)": "sshleifer/distilbart-cnn-12-6",
|
28 |
"DistilBART XSum (sshleifer/distilbart-xsum-12-6)": "sshleifer/distilbart-xsum-12-6",
|