WhiteAngels
commited on
Commit
•
28a2a98
1
Parent(s):
118e57a
Update requirements.txt
Browse files- requirements.txt +5 -13
requirements.txt
CHANGED
@@ -1,13 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
pandas
|
4 |
-
|
5 |
-
|
6 |
-
sentencepiece
|
7 |
-
spacy
|
8 |
-
plotly
|
9 |
-
tensorflow
|
10 |
-
tokenizers
|
11 |
-
scikit-learn
|
12 |
-
nltk
|
13 |
-
huggingface_hub
|
|
|
1 |
+
streamlit==1.11.0
|
2 |
+
transformers==4.30.2
|
3 |
+
pandas==1.5.3
|
4 |
+
torch==1.13.0
|
5 |
+
numpy==1.24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|