DHEIVER commited on
Commit
b26f8f8
·
verified ·
1 Parent(s): b33c70a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ gradio==4.14.0
3
+ pandas==2.1.4
4
+ matplotlib==3.8.2
5
+ seaborn==0.13.1
6
+
7
+ # Machine Learning & AI
8
+ transformers==4.36.2
9
+ torch==2.1.2
10
+ sentencepiece==0.1.99
11
+
12
+ # Utils
13
+ numpy==1.26.3
14
+ tqdm==4.66.1