new model
Browse files- demo.py +1 -1
- requirements.txt +1 -1
demo.py
CHANGED
@@ -29,7 +29,7 @@ st.set_page_config(page_title="ENGAGEMENT analyzer (beta ver 0.2)",
|
|
29 |
@st.cache(allow_output_mutation=True)
|
30 |
def load_model(spacy_model):
|
31 |
# nlp = spacy.load("en_engagement_RoBERTa_context_flz")
|
32 |
-
nlp = spacy.load("
|
33 |
return (nlp)
|
34 |
|
35 |
|
|
|
29 |
@st.cache(allow_output_mutation=True)
|
30 |
def load_model(spacy_model):
|
31 |
# nlp = spacy.load("en_engagement_RoBERTa_context_flz")
|
32 |
+
nlp = spacy.load("en_engagement_spl_RoBERTa_acad")
|
33 |
return (nlp)
|
34 |
|
35 |
|
requirements.txt
CHANGED
@@ -5,4 +5,4 @@ spacy_streamlit
|
|
5 |
# https://huggingface.co/egumasa/en_engagement_RoBERTa_combined/resolve/main/en_engagement_RoBERTa_combined-any-py3-none-any.whl
|
6 |
# https://huggingface.co/egumasa/en_engagement_RoBERTa_context_flz/resolve/main/en_engagement_RoBERTa_context_flz-any-py3-none-any.whl
|
7 |
# https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_acad_max1_do02/resolve/main/en_engagement_spl_RoBERTa_acad_max1_do02-any-py3-none-any.whl
|
8 |
-
https://huggingface.co/egumasa/
|
|
|
5 |
# https://huggingface.co/egumasa/en_engagement_RoBERTa_combined/resolve/main/en_engagement_RoBERTa_combined-any-py3-none-any.whl
|
6 |
# https://huggingface.co/egumasa/en_engagement_RoBERTa_context_flz/resolve/main/en_engagement_RoBERTa_context_flz-any-py3-none-any.whl
|
7 |
# https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_acad_max1_do02/resolve/main/en_engagement_spl_RoBERTa_acad_max1_do02-any-py3-none-any.whl
|
8 |
+
https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_acad/resolve/main/en_engagement_spl_RoBERTa_acad-any-py3-none-any.whl
|