Commit
·
6b96eb3
1
Parent(s):
5416a87
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers==4.9.2
|
| 2 |
+
torch==1.9.0
|
| 3 |
+
numpy==1.21.0
|
| 4 |
+
pandas==1.3.0
|
| 5 |
+
seaborn==0.11.1
|
| 6 |
+
matplotlib==3.4.2
|
| 7 |
+
scikit-learn==0.24.2
|