Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ model_id_6 = "sbcBI/sentiment_analysis_model"
|
|
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(
|
|
|
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(
|