Spaces:
Sleeping
Sleeping
Muhammad Haris
commited on
Commit
•
b6f590a
1
Parent(s):
82847bf
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ query = st.text_input("Search for news",
|
|
18 |
models = [
|
19 |
"j-hartmann/emotion-english-distilroberta-base",
|
20 |
"SamLowe/roberta-base-go_emotions",
|
|
|
21 |
"distilbert/distilbert-base-uncased-finetuned-sst-2-english"
|
22 |
]
|
23 |
|
|
|
18 |
models = [
|
19 |
"j-hartmann/emotion-english-distilroberta-base",
|
20 |
"SamLowe/roberta-base-go_emotions",
|
21 |
+
"yymYYM/llama-3-8b-NewsLLM-phase2final",
|
22 |
"distilbert/distilbert-base-uncased-finetuned-sst-2-english"
|
23 |
]
|
24 |
|