Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
##############################
|
2 |
+
###tested with Python 3.9.9###
|
3 |
+
##############################
|
4 |
+
|
5 |
+
### logging and basic libraries ###
|
6 |
+
numpy~=1.22.3
|
7 |
+
pandas>=1.4.0
|
8 |
+
|
9 |
+
### for neural AI stuff ###
|
10 |
+
torch==1.11.*
|
11 |
+
transformers==4.17.0
|
12 |
+
sentencepiece
|