File size: 539 Bytes
fae38f8
c5c8074
 
fae38f8
 
 
 
 
 
 
b4ca380
fae38f8
bf6309d
b4ca380
c5c8074
b4ca380
c5c8074
b4ca380
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
# requirements.txt

# Core dependencies
datasets>=2.14.0
gradio>=4.0.0
sacrebleu>=2.3.0
rouge-score>=0.1.2
Levenshtein>=0.21.0
numpy>=1.24.0
pandas>=2.0.0
plotly>=5.0.0
huggingface_hub>=0.16.0
PyYAML>=6.0
scipy>=1.10.0

# ML and NLP dependencies
transformers>=4.30.0
torch>=2.0.0

# Additional utilities
ipython
requests
aiohttp
asyncio

# For SALT dataset integration  
datasets
pyyaml

# Optional: for enhanced visualizations
matplotlib>=3.7.0
seaborn>=0.12.0

# Optional: for statistical analysis
scikit-learn>=1.3.0
statsmodels>=0.14.0