kmacdermid commited on
Commit
dfce4ed
·
1 Parent(s): a1bc366

Apparently need to install transformers

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ datasets >= 1.8.0
2
+ transformers >= 4.17.0
3
+ pandas~=1.4.1
4
+ tqdm~=4.63.0
5
+ wandb~=0.12.13
6
+ scikit-learn~=1.0.2
7
+ gradio~=2.9.1