Spaces:
Sleeping
Sleeping
File size: 432 Bytes
fe1c64b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Hugging Face Transformers and tokenizer transformers>=4.35.0 # PyTorch for model inference torch>=2.1.0 # Gradio for the web interface gradio>=5.49.1 # Hugging Face datasets (optional, for Dataset objects) datasets>=2.14.0 # Evaluate library (optional, for metrics) evaluate>=0.4.0 # Scikit-learn for classification report scikit-learn>=1.3.0 # Optional: For any future Hugging Face Hub interactions huggingface-hub>=0.19.0 |