The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    FileNotFoundError
Message:      Couldn't find a dataset script at /src/services/worker/ateneoscsl/BUOD_articlescraper/BUOD_articlescraper.py or any data file in the same directory. Couldn't find 'ateneoscsl/BUOD_articlescraper' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in ateneoscsl/BUOD_articlescraper. 
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 55, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1508, in dataset_module_factory
                  raise FileNotFoundError(
              FileNotFoundError: Couldn't find a dataset script at /src/services/worker/ateneoscsl/BUOD_articlescraper/BUOD_articlescraper.py or any data file in the same directory. Couldn't find 'ateneoscsl/BUOD_articlescraper' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in ateneoscsl/BUOD_articlescraper.

Need help to make the dataset viewer work? Open a discussion for direct support.

📝 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 git@github.com: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
0
Edit dataset card

Models trained or fine-tuned on ateneoscsl/BUOD_articlescraper