Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
plotly
|
2 |
-
datasets
|
3 |
-
pandas
|
4 |
-
transformers
|
5 |
-
torch
|
6 |
-
|
7 |
-
|
8 |
-
sentencepiece==0.2.0
|
|
|
1 |
+
plotly
|
2 |
+
datasets
|
3 |
+
pandas
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
sacremoses
|
7 |
+
sentencepiece
|
|