Spaces:
Paused
Paused
Delete requirements.txt
Browse files- requirements.txt +0 -25
requirements.txt
DELETED
|
@@ -1,25 +0,0 @@
|
|
| 1 |
-
# Gradio for web interface
|
| 2 |
-
gradio
|
| 3 |
-
|
| 4 |
-
# Transformers and related packages
|
| 5 |
-
transformers
|
| 6 |
-
accelerate
|
| 7 |
-
bitsandbytes
|
| 8 |
-
|
| 9 |
-
# PEFT for LoRA
|
| 10 |
-
peft
|
| 11 |
-
|
| 12 |
-
# Dataset and model utilities
|
| 13 |
-
datasets
|
| 14 |
-
huggingface_hub
|
| 15 |
-
|
| 16 |
-
# Machine learning libraries
|
| 17 |
-
torch
|
| 18 |
-
scikit-learn
|
| 19 |
-
|
| 20 |
-
# Data processing
|
| 21 |
-
pandas
|
| 22 |
-
numpy
|
| 23 |
-
|
| 24 |
-
# For evaluation
|
| 25 |
-
scipy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|