stanslausmwongela commited on
Commit
75033a0
1 Parent(s): 0472097

Added the requirements file

Browse files
Files changed (2) hide show
  1. app/__init__.py +0 -0
  2. requirements.txt +4 -0
app/__init__.py ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ tokenizers==0.13.3
2
+ torch==2.0.1
3
+ tqdm==4.65.0
4
+ transformers==4.29.2