Datasets:
Tasks:
Summarization
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 📝 BUOD Article Scraper
|
2 |
|
|
|
|
|
|
|
3 |
### Setup
|
4 |
1. Clone the repository.
|
5 |
```sh
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- summarization
|
4 |
+
language:
|
5 |
+
- tl
|
6 |
+
- en
|
7 |
+
---
|
8 |
# 📝 BUOD Article Scraper
|
9 |
|
10 |
+
Authors: [James Esguerra](https://huggingface.co/jamesesguerra), [Julia Avila](), [Hazielle Bugayong](https://huggingface.co/0xhaz)
|
11 |
+
- Article Scraper for the KAMI-3000 dataset used in the BUOD [distilBART](https://huggingface.co/ateneoscsl/BUOD_distilBART_TM) and [bert2bert](https://huggingface.co/ateneoscsl/BUOD_bert2bert_TM) Transformer Models. This was also used for the text summarization tasks in the Filipino Language.
|
12 |
+
|
13 |
### Setup
|
14 |
1. Clone the repository.
|
15 |
```sh
|