Spaces:
Paused
Paused
| # Gradio for web interface | |
| gradio | |
| # Transformers and related packages | |
| transformers | |
| accelerate | |
| bitsandbytes | |
| # PEFT for LoRA, AdaLoRA, and other methods | |
| peft | |
| # Dataset and model utilities | |
| datasets | |
| huggingface_hub | |
| # Machine learning libraries | |
| torch | |
| scikit-learn | |
| # Data processing | |
| pandas | |
| numpy | |
| # For evaluation | |
| scipy | |