ateneoscsl/BUOD_bert2bert_TM
Updated
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Authors: James Esguerra, Julia Avila, Hazielle Bugayong
# https
git clone https://github.com/avila-bugayong-esguerra/article-scraper.git
# or
# ssh
git clone git@github.com:avila-bugayong-esguerra/article-scraper.git
cd article_scraper
python -m venv venv
# windows
\venv\Scripts\activate
# unix
source venv/bin/activate
pip install -r article_scraper/requirements.txt
cd article_scraper