File size: 862 Bytes
d189edd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Base libraries for Hugging Face models
transformers==4.30.0                # Hugging Face Transformers library for model management
torch==2.0.0                         # PyTorch library for model training and inference
# or for TensorFlow
# tensorflow==2.12.0                 # Uncomment if using TensorFlow

# Other libraries commonly used in machine learning projects
numpy==1.24.0                        # NumPy for numerical operations
pandas==1.5.3                        # Pandas for data manipulation
scikit-learn==1.2.0                  # Scikit-learn for machine learning utilities
datasets==2.12.0                     # Hugging Face Datasets library for dataset handling
# Add other libraries as needed

# Optional: For logging and monitoring (if used in your project)
wandb==0.15.0                        # Weights & Biases for experiment tracking