Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers>=4.30.0
|
| 2 |
+
datasets>=2.12.0
|
| 3 |
+
sentencepiece>=0.1.99
|
| 4 |
+
gradio>=3.35.0
|
| 5 |
+
accelerate>=0.20.0 # For GPU optimization
|
| 6 |
+
torch>=2.0.0 # Required for FLAN-T5
|
| 7 |
+
pandas>=1.5.0 # For CSV handling (optional)
|