Spaces:
Sleeping
Sleeping
| APScheduler | |
| black | |
| datasets | |
| gradio[oauth] | |
| gradio_leaderboard==0.0.13 | |
| gradio_client | |
| huggingface-hub>=0.18.0 | |
| matplotlib | |
| python-dateutil | |
| tqdm | |
| tokenizers>=0.15.0 | |
| sentencepiece | |
| gradio==4.38.1 # As indicated by `sdk_version` in README and general usage | |
| transformers==4.42.0 # Current stable version, crucial for models and pipelines | |
| torch==2.3.1 # For PyTorch backend of transformers (or specify cpu-only if applicable) | |
| pandas==2.2.2 # Used for creating DataFrames for tables | |
| plotly==5.22.0 # For generating interactive plots (radar and bar charts) | |
| numpy==1.26.4 # Often a dependency of pandas/plotly, good to include explicitly | |