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.

📝 BUOD Article Scraper

Authors: James Esguerra, Julia Avila, Hazielle Bugayong

  • Article Scraper for the KAMI-3000 dataset used in the BUOD distilBART and bert2bert Transformer Models. This was also used for the text summarization tasks in the Filipino Language.

Setup

  1. Clone the repository.
# https
git clone https://github.com/avila-bugayong-esguerra/article-scraper.git

# or 

# ssh
git clone [email protected]:avila-bugayong-esguerra/article-scraper.git
  1. Change directory into project folder.
cd article_scraper
  1. Create a virtual environment.
python -m venv venv
  1. Activate the virtual environment.
# windows
\venv\Scripts\activate

# unix
source venv/bin/activate
  1. Install the dependencies.
pip install -r article_scraper/requirements.txt
  1. Change directory into the Scrapy project.
cd article_scraper
Downloads last month
1

Models trained or fine-tuned on ateneoscsl/BUOD_articlescraper