File size: 315 Bytes
2b259aa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# Core dependencies torch>=2.0.0 transformers>=4.35.0 datasets>=2.14.0 accelerate>=0.24.0 peft>=0.7.0 # For LoRA # Data processing pandas>=2.0.0 numpy>=1.24.0 tqdm>=4.65.0 # Evaluation scikit-learn>=1.3.0 matplotlib>=3.7.0 seaborn>=0.12.0 # Utilities python-dotenv>=1.0.0 huggingface-hub>=0.19.0 gradio>=4.0.0 |