ffreemt commited on
Commit
c584893
·
1 Parent(s): c583614

Fix: sentence-transformers==2.2.0 in reuqirements.txt

Browse files
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: yellow
6
  sdk: streamlit
7
  sdk_version: 1.10.0
8
  app_file: app_mlbee.py
9
- pinned: false
10
  license: mit
11
  ---
12
 
 
6
  sdk: streamlit
7
  sdk_version: 1.10.0
8
  app_file: app_mlbee.py
9
+ pinned: true
10
  license: mit
11
  ---
12
 
requirements-bk.txt ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # pip install torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2
+ --find-links https://download.pytorch.org/whl/torch_stable.html
3
+ torch==1.8.0+cpu
4
+
5
+ about-time==3.1.1
6
+ alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
7
+ altair==4.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
8
+ anyio==3.6.1; python_full_version >= "3.6.2" and python_version >= "3.7"
9
+ appnope==0.1.3; platform_system == "Darwin" and python_version >= "3.8" and sys_platform == "darwin"
10
+ argon2-cffi-bindings==21.2.0; python_version >= "3.7"
11
+ argon2-cffi==21.3.0; python_version >= "3.7"
12
+ aset2pairs==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
13
+ asttokens==2.0.5; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
14
+ attrs==21.4.0; python_full_version >= "3.7.1" and python_version >= "3.6" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7")
15
+ backcall==0.2.0; python_version >= "3.8"
16
+ backports.zoneinfo==0.2.1; python_version < "3.9" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
17
+ beautifulsoup4==4.11.1; python_full_version >= "3.6.0" and python_version >= "3.7"
18
+ bleach==5.0.0; python_version >= "3.7"
19
+ blinker==1.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
20
+ cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.1"
21
+ cchardet==2.1.7
22
+ certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
23
+ cffi==1.15.0; implementation_name == "pypy" and python_version >= "3.7"
24
+ chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
25
+ charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.5.0"
26
+ click==8.1.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.7" and python_full_version < "4.0.0"
27
+ cmat2aset==0.1.0a7; python_full_version >= "3.8.3" and python_version < "4.0"
28
+ colorama==0.4.5; python_full_version >= "3.8.3" and sys_platform == "win32" and platform_system == "Windows" and python_version >= "3.8" and python_full_version < "4.0.0" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0") and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.4.0") and (python_version >= "3.8" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.8" and python_full_version >= "3.5.0")
29
+ commonmark==0.9.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6"
30
+ cssselect==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
31
+ debugpy==1.6.0; python_version >= "3.7"
32
+ decorator==5.1.1; python_version >= "3.8"
33
+ defusedxml==0.7.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
34
+ entrypoints==0.4; python_version >= "3.7"
35
+ environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
36
+ executing==0.8.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
37
+ fastjsonschema==2.15.3; python_version >= "3.7"
38
+ fastlid==0.1.7; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
39
+ fasttext==0.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
40
+ filelock==3.7.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
41
+ gitdb==4.0.9; python_version >= "3.7"
42
+ gitpython==3.1.27; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
43
+ grapheme==0.6.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
44
+ h11==0.12.0; python_version >= "3.7"
45
+ hf-model-s-cpu==0.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
46
+ html2text==2020.1.16; python_version >= "3.5"
47
+ httpcore==0.15.0; python_version >= "3.7"
48
+ httpx==0.23.0; python_version >= "3.7"
49
+ huggingface-hub==0.5.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
50
+ icecream==2.1.2
51
+ idna==3.3; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.2"
52
+ importlib-metadata==4.11.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
53
+ importlib-resources==5.8.0; python_version < "3.9" and python_version >= "3.7"
54
+ install==1.3.5; python_version >= "3.5"
55
+ ipykernel==6.15.0; python_version >= "3.7"
56
+ ipython-genutils==0.2.0; python_version >= "3.7"
57
+ ipython==8.4.0; python_version >= "3.8"
58
+ ipywidgets==7.7.0; python_version >= "3.7"
59
+ jedi==0.18.1; python_version >= "3.8"
60
+ jinja2==3.1.2; python_version >= "3.7"
61
+ joblib==1.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
62
+ jsonschema==4.6.0; python_version >= "3.7"
63
+ jupyter-client==7.3.4; python_full_version >= "3.7.0" and python_version >= "3.7"
64
+ jupyter-core==4.10.0; python_version >= "3.7"
65
+ jupyterlab-pygments==0.2.2; python_version >= "3.7"
66
+ jupyterlab-widgets==1.1.0; python_version >= "3.7"
67
+ loguru==0.6.0; python_version >= "3.5"
68
+ logzero==1.7.0
69
+ lxml==4.9.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
70
+ markupsafe==2.1.1; python_version >= "3.7"
71
+ marshmallow==3.16.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
72
+ matplotlib-inline==0.1.3; python_version >= "3.8"
73
+ mistune==0.8.4; python_version >= "3.7"
74
+ more-itertools==8.13.0; python_version >= "3.5"
75
+ morfessor==2.0.6; python_version >= "3.8" and python_version < "4.0"
76
+ nbclient==0.6.4; python_full_version >= "3.7.0" and python_version >= "3.7"
77
+ nbconvert==6.5.0; python_version >= "3.7"
78
+ nbformat==5.4.0; python_full_version >= "3.7.0" and python_version >= "3.7"
79
+ nest-asyncio==1.5.5; python_full_version >= "3.7.0" and python_version >= "3.7"
80
+ nltk==3.7; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
81
+ notebook==6.4.12; python_version >= "3.7"
82
+ numpy==1.22.4
83
+ packaging==21.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.7" and python_full_version < "4.0.0"
84
+ pandas==1.4.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
85
+ pandocfilters==1.5.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
86
+ parso==0.8.3; python_version >= "3.8"
87
+ pendulum==2.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
88
+ pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.8"
89
+ pickleshare==0.7.5; python_version >= "3.8"
90
+ pillow==9.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
91
+ prometheus-client==0.14.1; python_version >= "3.7"
92
+ prompt-toolkit==3.0.29; python_full_version >= "3.6.2" and python_version >= "3.8"
93
+ protobuf==3.20.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
94
+ psutil==5.9.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
95
+ ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.8" and os_name != "nt"
96
+ pure-eval==0.2.2; python_version >= "3.8"
97
+ py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.5.0"
98
+ pyarrow==8.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
99
+ pybind11==2.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
100
+ pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.4.0"
101
+ pydeck==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
102
+ pygments==2.12.0; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
103
+ pympler==1.0.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
104
+ pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6"
105
+ pyrsistent==0.18.1; python_version >= "3.7"
106
+ python-dateutil==2.8.2; python_full_version >= "3.8.3" and python_version >= "3.8" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
107
+ python-dotenv==0.19.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.6" and python_full_version < "4.0.0"
108
+ pytz-deprecation-shim==0.1.0.post0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
109
+ pytz==2022.1; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
110
+ pytzdata==2020.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
111
+ pywin32==304; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.7"
112
+ pywinpty==2.0.5; os_name == "nt" and python_version >= "3.7"
113
+ pyyaml==6.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
114
+ pyzmq==23.1.0; python_version >= "3.7"
115
+ readability-lxml==0.8.1
116
+ regex==2022.6.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
117
+ requests==2.28.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
118
+ rfc3986==1.5.0; python_version >= "3.7"
119
+ rich==12.4.4; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and python_version >= "3.6" and python_version < "4.0"
120
+ scikit-learn==1.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
121
+ scipy==1.6.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
122
+ seg-text==0.1.2; python_version >= "3.8" and python_version < "4.0"
123
+ semantic-version==2.10.0; python_version >= "3.8" and python_version < "4.0"
124
+ semver==2.13.0; python_full_version >= "3.7.1" and python_version >= "3.6" and python_version < "4.0"
125
+ send2trash==1.8.0; python_version >= "3.7"
126
+ sentence-splitter==1.4; python_version >= "3.8" and python_version < "4.0"
127
+ sentencepiece==0.1.96; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
128
+ sep-text==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
129
+ set-loglevel==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
130
+ setuptools-rust==1.3.0; python_version >= "3.8" and python_version < "4.0"
131
+ simplejson==3.17.6; python_full_version >= "3.7.1" and python_version < "4.0"
132
+ six==1.16.0; python_full_version >= "3.8.3" and python_version >= "3.8" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
133
+ sklearn==0.0; python_full_version >= "3.8.3" and python_version < "4.0"
134
+ smmap==5.0.0; python_version >= "3.7"
135
+ sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.7"
136
+ soupsieve==2.3.2.post1; python_full_version >= "3.6.0" and python_version >= "3.7"
137
+ stack-data==0.3.0; python_version >= "3.8"
138
+ streamlit-aggrid==0.2.3.post2; python_full_version >= "3.7.1" and python_version < "4.0"
139
+ streamlit-option-menu==0.3.2; python_version >= "3.6"
140
+ streamlit==1.10.0; python_version >= "3.6"
141
+ terminado==0.15.0; python_version >= "3.7"
142
+ threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
143
+ tinycss2==1.1.1; python_version >= "3.7"
144
+ tokenizers==0.12.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
145
+ toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
146
+ toolz==0.11.2; python_version >= "3.7"
147
+ tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
148
+ tqdm==4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
149
+ traitlets==5.2.2.post1; python_full_version >= "3.7.0" and python_version >= "3.8"
150
+ transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
151
+ typer==0.4.1; python_version >= "3.6"
152
+ typing-extensions==4.2.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "3.9"
153
+ tzdata==2022.1; platform_system == "Windows" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
154
+ tzlocal==4.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
155
+ urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"
156
+ validators==0.20.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
157
+ vtext==0.2.0; python_version >= "3.8" and python_version < "4.0"
158
+ watchdog==2.1.9; platform_system != "Darwin" and python_version >= "3.6" and python_full_version >= "3.7.1" and python_version < "4.0"
159
+ wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.8"
160
+ webencodings==0.5.1; python_version >= "3.7"
161
+ widgetsnbextension==3.6.0; python_version >= "3.7"
162
+ win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"
163
+ xlsxwriter==3.0.3; python_version >= "3.4"
164
+ zipp==3.8.0; python_version < "3.9" and python_version >= "3.7"
requirements-transformers.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ transformers==4.21.3
requirements-uv.txt ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # pip install torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2
+ --find-links https://download.pytorch.org/whl/torch_stable.html
3
+ torch==1.8.0+cpu
4
+
5
+ about-time==3.1.1
6
+ alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
7
+ altair==4.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
8
+ anyio==3.6.1; python_full_version >= "3.6.2" and python_version >= "3.7"
9
+ appnope==0.1.3; platform_system == "Darwin" and python_version >= "3.8" and sys_platform == "darwin"
10
+ argon2-cffi-bindings==21.2.0; python_version >= "3.7"
11
+ argon2-cffi==21.3.0; python_version >= "3.7"
12
+ aset2pairs==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
13
+ asttokens==2.0.5; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
14
+ attrs==21.4.0; python_full_version >= "3.7.1" and python_version >= "3.6" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7")
15
+ backcall==0.2.0; python_version >= "3.8"
16
+ backports.zoneinfo==0.2.1; python_version < "3.9" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
17
+ beautifulsoup4==4.11.1; python_full_version >= "3.6.0" and python_version >= "3.7"
18
+ bleach==5.0.0; python_version >= "3.7"
19
+ blinker==1.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
20
+ cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.1"
21
+ cchardet==2.1.7
22
+ certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
23
+ cffi==1.15.0; implementation_name == "pypy" and python_version >= "3.7"
24
+ chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
25
+ charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.5.0"
26
+ click==8.1.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.7" and python_full_version < "4.0.0"
27
+ cmat2aset==0.1.0a7; python_full_version >= "3.8.3" and python_version < "4.0"
28
+ colorama==0.4.5; python_full_version >= "3.8.3" and sys_platform == "win32" and platform_system == "Windows" and python_version >= "3.8" and python_full_version < "4.0.0" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0") and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.4.0") and (python_version >= "3.8" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.8" and python_full_version >= "3.5.0")
29
+ commonmark==0.9.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6"
30
+ cssselect==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
31
+ debugpy==1.6.0; python_version >= "3.7"
32
+ decorator==5.1.1; python_version >= "3.8"
33
+ defusedxml==0.7.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
34
+ entrypoints==0.4; python_version >= "3.7"
35
+ environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
36
+ executing==0.8.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
37
+ fastjsonschema==2.15.3; python_version >= "3.7"
38
+ fastlid==0.1.7; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
39
+ filelock==3.7.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
40
+ gitdb==4.0.9; python_version >= "3.7"
41
+ gitpython==3.1.27; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
42
+ grapheme==0.6.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
43
+ h11==0.12.0; python_version >= "3.7"
44
+ hf-model-s-cpu==0.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
45
+ html2text==2020.1.16; python_version >= "3.5"
46
+ httpcore==0.15.0; python_version >= "3.7"
47
+ httpx==0.23.0; python_version >= "3.7"
48
+ huggingface-hub==0.5.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
49
+ icecream==2.1.2
50
+ idna==3.3; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.2"
51
+ importlib-metadata==4.11.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
52
+ importlib-resources==5.8.0; python_version < "3.9" and python_version >= "3.7"
53
+ install==1.3.5; python_version >= "3.5"
54
+ ipykernel==6.15.0; python_version >= "3.7"
55
+ ipython-genutils==0.2.0; python_version >= "3.7"
56
+ ipython==8.4.0; python_version >= "3.8"
57
+ ipywidgets==7.7.0; python_version >= "3.7"
58
+ jedi==0.18.1; python_version >= "3.8"
59
+ jinja2==3.1.2; python_version >= "3.7"
60
+ joblib==1.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
61
+ jsonschema==4.6.0; python_version >= "3.7"
62
+ jupyter-client==7.3.4; python_full_version >= "3.7.0" and python_version >= "3.7"
63
+ jupyter-core==4.10.0; python_version >= "3.7"
64
+ jupyterlab-pygments==0.2.2; python_version >= "3.7"
65
+ jupyterlab-widgets==1.1.0; python_version >= "3.7"
66
+ loguru==0.6.0; python_version >= "3.5"
67
+ logzero==1.7.0
68
+ lxml==4.9.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
69
+ markupsafe==2.1.1; python_version >= "3.7"
70
+ marshmallow==3.16.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
71
+ matplotlib-inline==0.1.3; python_version >= "3.8"
72
+ mistune==0.8.4; python_version >= "3.7"
73
+ more-itertools==8.13.0; python_version >= "3.5"
74
+ morfessor==2.0.6; python_version >= "3.8" and python_version < "4.0"
75
+ nbclient==0.6.4; python_full_version >= "3.7.0" and python_version >= "3.7"
76
+ nbconvert==6.5.0; python_version >= "3.7"
77
+ nbformat==5.4.0; python_full_version >= "3.7.0" and python_version >= "3.7"
78
+ nest-asyncio==1.5.5; python_full_version >= "3.7.0" and python_version >= "3.7"
79
+ nltk==3.7; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
80
+ notebook==6.4.12; python_version >= "3.7"
81
+ numpy==1.22.4
82
+ packaging==21.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.7" and python_full_version < "4.0.0"
83
+ pandas==1.4.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
84
+ pandocfilters==1.5.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
85
+ parso==0.8.3; python_version >= "3.8"
86
+ pendulum==2.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
87
+ pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.8"
88
+ pickleshare==0.7.5; python_version >= "3.8"
89
+ pillow==9.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
90
+ prometheus-client==0.14.1; python_version >= "3.7"
91
+ prompt-toolkit==3.0.29; python_full_version >= "3.6.2" and python_version >= "3.8"
92
+ protobuf==3.20.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
93
+ psutil==5.9.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
94
+ ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.8" and os_name != "nt"
95
+ pure-eval==0.2.2; python_version >= "3.8"
96
+ py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.5.0"
97
+ pyarrow==8.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
98
+ pybind11==2.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
99
+ pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.4.0"
100
+ pydeck==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
101
+ pygments==2.12.0; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
102
+ pympler==1.0.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
103
+ pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6"
104
+ pyrsistent==0.18.1; python_version >= "3.7"
105
+ python-dateutil==2.8.2; python_full_version >= "3.8.3" and python_version >= "3.8" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
106
+ python-dotenv==0.19.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.6" and python_full_version < "4.0.0"
107
+ pytz-deprecation-shim==0.1.0.post0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
108
+ pytz==2022.1; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
109
+ pytzdata==2020.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
110
+ pywin32==304; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.7"
111
+ pywinpty==2.0.5; os_name == "nt" and python_version >= "3.7"
112
+ pyyaml==6.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
113
+ pyzmq==23.1.0; python_version >= "3.7"
114
+ readability-lxml==0.8.1
115
+ regex==2022.6.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
116
+ requests==2.28.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
117
+ rfc3986==1.5.0; python_version >= "3.7"
118
+ rich==12.4.4; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and python_version >= "3.6" and python_version < "4.0"
119
+ scikit-learn==1.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
120
+ scipy==1.6.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
121
+ seg-text==0.1.2; python_version >= "3.8" and python_version < "4.0"
122
+ semantic-version==2.10.0; python_version >= "3.8" and python_version < "4.0"
123
+ semver==2.13.0; python_full_version >= "3.7.1" and python_version >= "3.6" and python_version < "4.0"
124
+ send2trash==1.8.0; python_version >= "3.7"
125
+ sentence-splitter==1.4; python_version >= "3.8" and python_version < "4.0"
126
+ sentencepiece==0.1.96; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
127
+ sep-text==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
128
+ set-loglevel==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
129
+ setuptools-rust==1.3.0; python_version >= "3.8" and python_version < "4.0"
130
+ simplejson==3.17.6; python_full_version >= "3.7.1" and python_version < "4.0"
131
+ six==1.16.0; python_full_version >= "3.8.3" and python_version >= "3.8" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
132
+ sklearn==0.0; python_full_version >= "3.8.3" and python_version < "4.0"
133
+ smmap==5.0.0; python_version >= "3.7"
134
+ sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.7"
135
+ soupsieve==2.3.2.post1; python_full_version >= "3.6.0" and python_version >= "3.7"
136
+ stack-data==0.3.0; python_version >= "3.8"
137
+ streamlit-aggrid==0.2.3.post2; python_full_version >= "3.7.1" and python_version < "4.0"
138
+ streamlit-option-menu==0.3.2; python_version >= "3.6"
139
+ streamlit==1.10.0; python_version >= "3.6"
140
+ terminado==0.15.0; python_version >= "3.7"
141
+ threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
142
+ tinycss2==1.1.1; python_version >= "3.7"
143
+ tokenizers==0.12.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
144
+ toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
145
+ toolz==0.11.2; python_version >= "3.7"
146
+ tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
147
+ tqdm==4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
148
+ traitlets==5.2.2.post1; python_full_version >= "3.7.0" and python_version >= "3.8"
149
+ transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
150
+ typer==0.4.1; python_version >= "3.6"
151
+ typing-extensions==4.2.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "3.9"
152
+ tzdata==2022.1; platform_system == "Windows" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
153
+ tzlocal==4.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
154
+ urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"
155
+ validators==0.20.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
156
+ vtext==0.2.0; python_version >= "3.8" and python_version < "4.0"
157
+ watchdog==2.1.9; platform_system != "Darwin" and python_version >= "3.6" and python_full_version >= "3.7.1" and python_version < "4.0"
158
+ wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.8"
159
+ webencodings==0.5.1; python_version >= "3.7"
160
+ widgetsnbextension==3.6.0; python_version >= "3.7"
161
+ win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"
162
+ xlsxwriter==3.0.3; python_version >= "3.4"
163
+ zipp==3.8.0; python_version < "3.9" and python_version >= "3.7"
requirements.txt CHANGED
@@ -2,6 +2,9 @@
2
  --find-links https://download.pytorch.org/whl/torch_stable.html
3
  torch==1.8.0+cpu
4
 
 
 
 
5
  about-time==3.1.1
6
  alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
7
  altair==4.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
 
2
  --find-links https://download.pytorch.org/whl/torch_stable.html
3
  torch==1.8.0+cpu
4
 
5
+ # fix attempt: ImportError: cannot import name 'is_nltk_available' from 'transformers.utils.import_utils'
6
+ sentence-transformers==2.2.0
7
+
8
  about-time==3.1.1
9
  alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
10
  altair==4.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"