Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,13 @@ model_id_4 = "lordtt13/emo-mobilebert"
|
|
21 |
model_id_5 = "juliensimon/reviews-sentiment-analysis"
|
22 |
model_id_6 = "sbcBI/sentiment_analysis_model"
|
23 |
|
|
|
|
|
|
|
|
|
|
|
24 |
chat_model_facebook-blenderbot_400M_distill = "facebook/blenderbot-400M-distill"
|
25 |
-
|
26 |
|
27 |
# https://colab.research.google.com/drive/1hrS6_g14EcOD4ezwSGlGX2zxJegX5uNX#scrollTo=NUwUR9U7qkld
|
28 |
llm_hf = HuggingFaceHub(
|
|
|
21 |
model_id_5 = "juliensimon/reviews-sentiment-analysis"
|
22 |
model_id_6 = "sbcBI/sentiment_analysis_model"
|
23 |
|
24 |
+
####
|
25 |
+
## Chat models
|
26 |
+
# https://huggingface.co/spaces/CK42/sentiment-model-comparison
|
27 |
+
# 1 seem best for testing
|
28 |
+
####
|
29 |
chat_model_facebook-blenderbot_400M_distill = "facebook/blenderbot-400M-distill"
|
30 |
+
chat_model_HenryJJ_vincua_13b = "HenryJJ/vincua-13b"
|
31 |
|
32 |
# https://colab.research.google.com/drive/1hrS6_g14EcOD4ezwSGlGX2zxJegX5uNX#scrollTo=NUwUR9U7qkld
|
33 |
llm_hf = HuggingFaceHub(
|