File size: 485 Bytes
787c60a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ff63790
 
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
28
29
30
31
32
33
# Core ML and Deep Learning
torch>=2.1.0
torch-geometric>=2.4.0
transformers>=4.49.0
sentence-transformers>=2.2.2

# Data Processing
numpy>=2.2.3
pandas>=2.2.3
scikit-learn>=1.6.1
scipy>=1.15.2

# Web Interface
gradio>=5.34.2

# API and HTTP
requests>=2.31.0
openai>=1.0.0

# Utilities
tqdm>=4.67.1
PyYAML>=6.0
python-dotenv>=1.0.0

# Datasets
datasets>=3.3.2

# LLM Integration
litellm>=1.52.10

# Additional dependencies for Hugging Face Spaces
accelerate>=0.20.0
bert_score>=0.3.13