Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers>=4.36.0
|
3 |
+
huggingface-hub>=0.19.0
|
4 |
+
numpy>=1.24.0
|
5 |
+
dataclasses-json>=0.5.7
|
6 |
+
plotly>=5.18.0 # For visualizations
|
7 |
+
pandas>=2.0.0 # For data manipulation
|
8 |
+
tqdm>=4.66.0 # For progress bars
|
9 |
+
accelerate>=0.25.0 # For optimized model loading
|
10 |
+
safetensors>=0.4.0 # For loading model weights
|
11 |
+
typing-extensions>=4.8.0
|