Spaces:
Running
Running
ffreemt
commited on
Commit
·
7af4f05
1
Parent(s):
2b6ee9e
Update requirements.txt pysbd fasttext fastlid
Browse files- requirements.txt +3 -0
- run-me.sh +1 -0
requirements.txt
CHANGED
@@ -4,6 +4,9 @@ torch==1.11.0
|
|
4 |
# fix attempt: ImportError: cannot import name 'is_nltk_available' from 'transformers.utils.import_utils' ==2.2.0
|
5 |
# transformers==4.18.0
|
6 |
sentence-transformers
|
|
|
|
|
|
|
7 |
|
8 |
about-time==3.1.1 ; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
9 |
altair==4.2.0 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
|
|
4 |
# fix attempt: ImportError: cannot import name 'is_nltk_available' from 'transformers.utils.import_utils' ==2.2.0
|
5 |
# transformers==4.18.0
|
6 |
sentence-transformers
|
7 |
+
pysbd
|
8 |
+
fasttext
|
9 |
+
fastlid
|
10 |
|
11 |
about-time==3.1.1 ; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
12 |
altair==4.2.0 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
run-me.sh
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
proxychains python app_mlbee.py
|