Spaces:
Sleeping
Sleeping
| # requirements.txt | |
| # Core dependencies | |
| datasets>=2.14.0 | |
| gradio>=4.0.0 | |
| sacrebleu>=2.3.0 | |
| rouge-score>=0.1.2 | |
| Levenshtein>=0.21.0 | |
| numpy>=1.24.0 | |
| pandas>=2.0.0 | |
| plotly>=5.0.0 | |
| huggingface_hub>=0.16.0 | |
| PyYAML>=6.0 | |
| scipy>=1.10.0 | |
| # ML and NLP dependencies | |
| transformers>=4.30.0 | |
| torch>=2.0.0 | |
| # Additional utilities | |
| ipython | |
| requests | |
| aiohttp | |
| asyncio | |
| # For SALT dataset integration | |
| datasets | |
| pyyaml | |
| # Optional: for enhanced visualizations | |
| matplotlib>=3.7.0 | |
| seaborn>=0.12.0 | |
| # Optional: for statistical analysis | |
| scikit-learn>=1.3.0 | |
| statsmodels>=0.14.0 |