BERTNN commited on
Commit ·
fa7d893
1
Parent(s): 6b7dced
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.23.0
|
| 2 |
+
pandas==1.1.0
|
| 3 |
+
transformers==2.5.1
|
| 4 |
+
matplotlib==3.5.2
|
| 5 |
+
scikit-learn==1.1.1
|
| 6 |
+
torch==1.4.0
|