2025-12-24 11:20:06 +08:00
|
|
|
# Core dependencies for LLM Model Evaluation System
|
|
|
|
|
# Python 3.7+ required
|
|
|
|
|
|
|
|
|
|
# Numerical computing
|
|
|
|
|
numpy>=1.19.0
|
|
|
|
|
|
|
|
|
|
# Natural Language Processing
|
|
|
|
|
nltk>=3.6.0
|
2025-12-23 15:07:19 +08:00
|
|
|
jieba>=0.42.1
|
|
|
|
|
|
2025-12-24 11:20:06 +08:00
|
|
|
# Data manipulation and analysis
|
|
|
|
|
pandas>=1.2.0
|
|
|
|
|
|
|
|
|
|
# Progress bars and utilities
|
|
|
|
|
tqdm>=4.60.0
|
|
|
|
|
|
|
|
|
|
# HTTP requests
|
|
|
|
|
requests>=2.25.0
|
|
|
|
|
|
|
|
|
|
# Optional: For enhanced visualization (uncomment if needed)
|
|
|
|
|
# matplotlib>=3.3.0
|
|
|
|
|
# seaborn>=0.11.0
|
|
|
|
|
|
|
|
|
|
# Optional: For advanced metrics (uncomment if needed)
|
|
|
|
|
# scikit-learn>=0.24.0
|
|
|
|
|
# scipy>=1.6.0
|
2025-12-23 15:07:19 +08:00
|
|
|
|
2025-12-24 11:20:06 +08:00
|
|
|
# Development dependencies (uncomment for development)
|
|
|
|
|
# pytest>=6.0.0
|
|
|
|
|
# pytest-cov>=2.10.0
|
|
|
|
|
# black>=21.0.0
|
|
|
|
|
# flake8>=3.8.0
|