pheinisch commited on
Commit
7a8a7c8
·
1 Parent(s): c7c053e

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. 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