version resolution
Browse files
pipeline/__pycache__/post_processors.cpython-310.pyc
ADDED
Binary file (20.1 kB). View file
|
|
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
spacy-streamlit
|
2 |
-
spacy
|
3 |
-
spacy-experimental==0.6.1
|
4 |
-
spacy-huggingface-hub==0.0.8
|
5 |
-
spacy-transformers==1.1.8
|
|
|
6 |
scikit-bio==0.5.8
|
7 |
# pip==23.3.1
|
8 |
# setuptools
|
9 |
-
pydantic==1.* #necessary for spacy 3.4.4?
|
10 |
# altair<5
|
11 |
# streamlit
|
12 |
typing_extensions<4.6.0
|
@@ -18,6 +19,6 @@ typing_extensions<4.6.0
|
|
18 |
# https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_acad/resolve/main/en_engagement_spl_RoBERTa_acad-any-py3-none-any.whl
|
19 |
# https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_acad2/resolve/main/en_engagement_spl_RoBERTa_acad2-any-py3-none-any.whl
|
20 |
# https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_acad2/resolve/main/en_engagement_spl_RoBERTa_acad2-any-py3-none-any.whl
|
21 |
-
|
22 |
https://huggingface.co/egumasa/en_engagement_LSTM/resolve/main/en_engagement_LSTM-any-py3-none-any.whl #This is the best in 2023
|
23 |
# https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_base_attention/resolve/main/en_engagement_spl_RoBERTa_base_attention-any-py3-none-any.whl
|
|
|
1 |
+
spacy-streamlit #==1.0.4
|
2 |
+
spacy>3.4.4
|
3 |
+
# spacy-experimental==0.6.1
|
4 |
+
# spacy-huggingface-hub==0.0.8
|
5 |
+
# spacy-transformers==1.1.8
|
6 |
+
# srsly==2.4.5
|
7 |
scikit-bio==0.5.8
|
8 |
# pip==23.3.1
|
9 |
# setuptools
|
10 |
+
# pydantic==1.* #necessary for spacy 3.4.4?
|
11 |
# altair<5
|
12 |
# streamlit
|
13 |
typing_extensions<4.6.0
|
|
|
19 |
# https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_acad/resolve/main/en_engagement_spl_RoBERTa_acad-any-py3-none-any.whl
|
20 |
# https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_acad2/resolve/main/en_engagement_spl_RoBERTa_acad2-any-py3-none-any.whl
|
21 |
# https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_acad2/resolve/main/en_engagement_spl_RoBERTa_acad2-any-py3-none-any.whl
|
22 |
+
# https://huggingface.co/egumasa/en_engagement_LSTM/resolve/main/en_engagement_LSTM-any-py3-none-any.whl
|
23 |
https://huggingface.co/egumasa/en_engagement_LSTM/resolve/main/en_engagement_LSTM-any-py3-none-any.whl #This is the best in 2023
|
24 |
# https://huggingface.co/egumasa/en_engagement_spl_RoBERTa_base_attention/resolve/main/en_engagement_spl_RoBERTa_base_attention-any-py3-none-any.whl
|
utils/__pycache__/utility.cpython-310.pyc
ADDED
Binary file (2.91 kB). View file
|
|
utils/__pycache__/visualize.cpython-310.pyc
ADDED
Binary file (4.22 kB). View file
|
|