File size: 451 Bytes
60c3cff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Core ML libraries
transformers>=4.35.0,<5.0.0
torch>=2.0.0,<3.0.0
datasets>=2.14.0,<3.0.0
accelerate>=0.24.0,<1.0.0

# Data processing
numpy>=1.24.0,<2.0.0
pandas>=2.0.0,<3.0.0
scikit-learn>=1.3.0,<2.0.0

# Utilities
tqdm>=4.65.0,<5.0.0
pyyaml>=6.0,<7.0.0
huggingface-hub>=0.19.0,<1.0.0

# Visualization
matplotlib>=3.5.0,<4.0.0
seaborn>=0.12.0,<1.0.0

# Optional: for experiment tracking (uncomment if needed)
# wandb>=0.15.0
# tensorboard>=2.13.0