Update app.py
Browse files
app.py
CHANGED
@@ -21,12 +21,12 @@ 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-
|
25 |
chat_model_HenryJJ-vincua-13b = "HenryJJ/vincua-13b"
|
26 |
|
27 |
# https://colab.research.google.com/drive/1hrS6_g14EcOD4ezwSGlGX2zxJegX5uNX#scrollTo=NUwUR9U7qkld
|
28 |
llm_hf = HuggingFaceHub(
|
29 |
-
repo_id=
|
30 |
model_kwargs={"temperature":0.9 }
|
31 |
)
|
32 |
|
|
|
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 |
chat_model_HenryJJ-vincua-13b = "HenryJJ/vincua-13b"
|
26 |
|
27 |
# https://colab.research.google.com/drive/1hrS6_g14EcOD4ezwSGlGX2zxJegX5uNX#scrollTo=NUwUR9U7qkld
|
28 |
llm_hf = HuggingFaceHub(
|
29 |
+
repo_id= chat_model_facebook-blenderbot_400M_distill,
|
30 |
model_kwargs={"temperature":0.9 }
|
31 |
)
|
32 |
|