Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,7 @@ model_id_3 = "distilbert-base-uncased-finetuned-sst-2-english"
|
|
29 |
model_id_4 = "lordtt13/emo-mobilebert"
|
30 |
model_id_5 = "juliensimon/reviews-sentiment-analysis"
|
31 |
model_id_6 = "sbcBI/sentiment_analysis_model"
|
|
|
32 |
|
33 |
####
|
34 |
## Chat models
|
@@ -45,7 +46,7 @@ chat_model_HenryJJ_vincua_13b = "HenryJJ/vincua-13b"
|
|
45 |
|
46 |
# https://colab.research.google.com/drive/1hrS6_g14EcOD4ezwSGlGX2zxJegX5uNX#scrollTo=NUwUR9U7qkld
|
47 |
llm_hf = HuggingFaceHub(
|
48 |
-
repo_id=
|
49 |
model_kwargs={"temperature":0.9 }
|
50 |
)
|
51 |
|
|
|
29 |
model_id_4 = "lordtt13/emo-mobilebert"
|
30 |
model_id_5 = "juliensimon/reviews-sentiment-analysis"
|
31 |
model_id_6 = "sbcBI/sentiment_analysis_model"
|
32 |
+
model_id_6 = "oliverguhr/german-sentiment-bert"
|
33 |
|
34 |
####
|
35 |
## Chat models
|
|
|
46 |
|
47 |
# https://colab.research.google.com/drive/1hrS6_g14EcOD4ezwSGlGX2zxJegX5uNX#scrollTo=NUwUR9U7qkld
|
48 |
llm_hf = HuggingFaceHub(
|
49 |
+
repo_id= chat_model_HenryJJ_vincua_13b,
|
50 |
model_kwargs={"temperature":0.9 }
|
51 |
)
|
52 |
|