Chris4K commited on
Commit
9bb98a4
1 Parent(s): 598ab10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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
- chat_model_HenryJJ-vincua-13b = "HenryJJ/vincua-13b"
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(