https://zenodo.org/record/3346491/files/clickbait17-train-170630.zip?download=1
- Clone the repository into a directory of your choice
cd Clickbait_Detection
- Set up a virtual environment (venv recommended -
python3 -m venv venv
andsource venv/bin/activate
). - Once in venv, run
pip install -r requirements.txt
to install all packages - Run
jupyter lab
(with--no-browser
on WSL). - Run the
PreProcess.ipynb
notebook first to download the data and create the preprocessed Clickbait dataset
Now you can run the other embedding notebooks, which will automatically download the pretrained embeddings.