Canstralian
commited on
Commit
•
8fd9aba
1
Parent(s):
eea240f
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.30.2
|
2 |
+
torch==2.0.1
|
3 |
+
pandas==2.0.3
|
4 |
+
numpy==1.24.3
|
5 |
+
scikit-learn==1.2.2
|
6 |
+
matplotlib==3.7.1
|
7 |
+
seaborn==0.12.2
|
8 |
+
jupyter==1.0.0
|
9 |
+
tqdm==4.65.0
|
10 |
+
pytest==7.3.1
|