Spaces:
Sleeping
Sleeping
diegovelilla
commited on
Commit
•
4789931
1
Parent(s):
b9c3ba7
requirements.txt upload
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
numpy
|
3 |
+
matplotlib
|
4 |
+
nltk
|
5 |
+
scikit-learn
|
6 |
+
transformers[pytorch]
|
7 |
+
accelerate>=0.21.0
|
8 |
+
datasets
|
9 |
+
torch
|
10 |
+
seaborn
|
11 |
+
gradio
|