File size: 371 Bytes
599c2c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Web scraping
requests>=2.31.0
beautifulsoup4>=4.12.2
lxml>=4.9.3
selenium>=4.15.0

# Data processing
pandas>=2.0.3
numpy>=1.24.3
datasets>=2.14.0

# Machine Learning
torch>=2.0.0
transformers>=4.35.0
peft>=0.6.0
bitsandbytes>=0.41.0
accelerate>=0.24.0
trl>=0.7.0

# Hugging Face App
gradio>=3.50.0
huggingface-hub>=0.17.0

# Utilities
tqdm>=4.66.0
python-dotenv>=1.0.0