rhemzypm commited on
Commit
b2ebe7b
1 Parent(s): 1881993

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -0
requirements.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ certifi==2023.7.22
2
+ charset-normalizer==3.3.0
3
+ filelock==3.12.2
4
+ fsspec==2023.1.0
5
+ huggingface-hub==0.16.4
6
+ idna==3.4
7
+ importlib-metadata==6.7.0
8
+ joblib==1.3.2
9
+ numpy==1.21.6
10
+ packaging==23.2
11
+ PyYAML==6.0.1
12
+ regex==2023.10.3
13
+ requests==2.31.0
14
+ safetensors==0.3.3
15
+ scikit-learn==1.0.2
16
+ scipy==1.7.3
17
+ threadpoolctl==3.1.0
18
+ tokenizers==0.13.3
19
+ torch==1.13.1
20
+ tqdm==4.66.1
21
+ transformers==4.30.2
22
+ typing-extensions==4.7.1
23
+ urllib3==2.0.6
24
+ zipp==3.15.0