sunwaee commited on
Commit
3b45242
1 Parent(s): 24fac73

added requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ -f https://download.pytorch.org/whl/cu113/torch_stable.html
2
+ torch==1.10.0+cu113
3
+ datasets>=1.16.1
4
+ transformers>=4.14.1
5
+ tqdm>=4.62.3
6
+ streamlit>=1.3.0
7
+ gdown>=4.2.0
8
+ nltk>=3.6.5