-
Notifications
You must be signed in to change notification settings - Fork 14
/
requirements.txt
46 lines (46 loc) · 2.32 KB
/
requirements.txt
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
37
38
39
40
41
42
43
44
45
46
# python==3.8.16
# anserini
# Could not find a version that satisfies the requirement anserini (from versions: none)!
pip==23.0.1
pandas>=2.0.2
# openjdk==11.0.15
pillow==9.5.0
numpy>=1.24.3
requests==2.31.0
urllib3==1.26.16
networkx>=3.1
nltk>=3.8.1
seaborn==0.12.2
spacy==3.5.3
# tqdm>=4.48.0 is needed in order to install panel package!
tqdm==4.45.0
# spacy-transformers
# python -m spacy download en_core_web_trf
# python -m spacy download en_core_web_sm
transformers==4.29.2 # needed if augmentation via backtranslation
scikit-learn>=1.2.2
gensim==4.3.1
scipy==1.10.1
pywsd==1.2.5
wn==0.0.23
tagme==0.1.3
community==1.0.0b1
bs4==0.0.1
lxml==4.9.2
coloredlogs==14.0
pydantic==1.10.9
tensorboard>=2.13.0
faiss-cpu==1.7.4
tensorflow>=2.13.0rc1
tokenizers==0.13.3
nmslib==2.1.1
# sentencepiece==0.1.9
# Could not find a version that satisfies the requirement sentencepiece==0.1.9 >>> sentencepiece==0.1.99
sentencepiece==0.1.99
torch==2.0.1
pyserini==0.21.0
python-louvain==0.13
prettytable==2.1.0
matplotlib==3.7.1
sentence-transformers==2.2.2 # for semantic similarity of backtranslated query with its original query
python-louvain==0.13