Skip to content

Commit 6b1dc58

Browse files
committed
gadi tested with env
1 parent d7e50a1 commit 6b1dc58

11 files changed

+8518
-0
lines changed

img/Bi_vs_Cross-Encoder.png

13.4 KB
Loading

img/semanticsearch.png

5.9 KB
Loading

notebooks/1-Text_Cleaning.ipynb

+720
Large diffs are not rendered by default.

notebooks/2-Glove-Embedding.ipynb

+707
Large diffs are not rendered by default.

notebooks/3-Q&A_bert.ipynb

+660
Large diffs are not rendered by default.

notebooks/4-Topic_Modelling.ipynb

+596
Large diffs are not rendered by default.

requirements.txt

+106
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
anyio==3.7.1
2+
argon2-cffi==23.1.0
3+
argon2-cffi-bindings==21.2.0
4+
attrs==23.1.0
5+
backcall==0.2.0
6+
beautifulsoup4==4.12.2
7+
bleach==6.0.0
8+
certifi==2023.7.22
9+
cffi==1.15.1
10+
charset-normalizer==3.2.0
11+
click==8.1.7
12+
cycler==0.11.0
13+
debugpy==1.7.0
14+
decorator==5.1.1
15+
defusedxml==0.7.1
16+
entrypoints==0.4
17+
exceptiongroup==1.1.3
18+
fastjsonschema==2.18.0
19+
filelock==3.12.2
20+
fonttools==4.38.0
21+
fsspec==2023.1.0
22+
funcy==2.0
23+
future==0.18.3
24+
gensim==4.1.2
25+
huggingface-hub==0.16.4
26+
idna==3.4
27+
importlib-metadata==6.7.0
28+
importlib-resources==5.12.0
29+
ipykernel==6.16.2
30+
ipython==7.29.0
31+
ipython-genutils==0.2.0
32+
jedi==0.19.0
33+
Jinja2==3.1.2
34+
joblib==1.3.2
35+
jsonschema==4.17.3
36+
jupyter-client==7.4.9
37+
jupyter-core==4.12.0
38+
jupyter-server==1.24.0
39+
jupyterlab-pygments==0.2.2
40+
kiwisolver==1.4.5
41+
MarkupSafe==2.1.3
42+
matplotlib==3.2.2
43+
matplotlib-inline==0.1.6
44+
mistune==3.0.1
45+
nbclassic==1.0.0
46+
nbclient==0.7.4
47+
nbconvert==7.6.0
48+
nbformat==5.8.0
49+
nest-asyncio==1.5.7
50+
nltk==3.7
51+
notebook==6.5.5
52+
notebook-shim==0.2.3
53+
numexpr==2.8.5
54+
numpy==1.21.6
55+
packaging==23.1
56+
pandas==1.3.5
57+
pandocfilters==1.5.0
58+
parso==0.8.3
59+
pexpect==4.8.0
60+
pickleshare==0.7.5
61+
Pillow==9.5.0
62+
pkgutil-resolve-name==1.3.10
63+
prometheus-client==0.17.1
64+
prompt-toolkit==3.0.39
65+
psutil==5.9.5
66+
ptyprocess==0.7.0
67+
pycparser==2.21
68+
Pygments==2.16.1
69+
pyLDAvis==3.3.1
70+
pyparsing==3.1.1
71+
pyrsistent==0.19.3
72+
python-dateutil==2.8.2
73+
pytz==2023.3.post1
74+
PyYAML==6.0.1
75+
pyzmq==24.0.1
76+
regex==2023.8.8
77+
requests==2.31.0
78+
sacremoses==0.0.53
79+
scikit-learn==1.0.2
80+
scipy==1.7.3
81+
seaborn==0.11.2
82+
Send2Trash==1.8.2
83+
sentence-transformers==2.2.2
84+
sentencepiece==0.1.99
85+
six==1.16.0
86+
sklearn==0.0.post9
87+
smart-open==6.4.0
88+
sniffio==1.3.0
89+
soupsieve==2.4.1
90+
terminado==0.17.1
91+
threadpoolctl==3.1.0
92+
tinycss2==1.2.1
93+
tokenizers==0.12.1
94+
torch==1.10.2
95+
torchvision==0.14.1
96+
tornado==6.2
97+
tqdm==4.66.1
98+
traitlets==5.9.0
99+
transformers==4.18.0
100+
typing-extensions==4.7.1
101+
urllib3==2.0.4
102+
wcwidth==0.2.6
103+
webencodings==0.5.1
104+
websocket-client==1.6.1
105+
wordcloud==1.8.1
106+
zipp==3.15.0

0 commit comments

Comments
 (0)