GuyCalledMav
commited on
Commit
•
bcff2b5
1
Parent(s):
9c4c6ae
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- BERT
|
4 |
+
- Cebuano
|
5 |
+
---
|
6 |
+
|
7 |
+
## Model Description
|
8 |
+
|
9 |
+
|
10 |
+
|
11 |
+
As part of the ITANONG project's 10 billion-token Tagalog dataset, we have introduced our initial pre-trained language models for Philippine languages. Our model suite encompasses various BERT-based, GPT-based, and Sentence Transformers tailored for Tagalog,Taglish and Cebuano.
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
## Training Details
|
17 |
+
This model was trained using an Nvidia V100-32GB GPU on DOST-ASTI Computing and Archiving Research Environment (COARE) - https://asti.dost.gov.ph/projects/coare/
|
18 |
+
|
19 |
+
### Training Data
|
20 |
+
The training dataset was compiled from both formal and informal sources, consisting of 194,001 instances from formal channels and 1,816,735 from informal sources. More information on pre-processing and training parameters on our paper
|
21 |
+
|
22 |
+
## Citation
|
23 |
+
Paper : iTANONG-DS : A Collection of Benchmark Datasets for Downstream Natural Language Processing Tasks on Select Philippine Language
|
24 |
+
|
25 |
+
|
26 |
+
Bibtex:
|
27 |
+
```
|
28 |
+
@inproceedings{2023itanongds,
|
29 |
+
title={{iTANONG-DS: A Collection of Benchmark Datasets for Downstream Natural Language Processing Tasks on Select Philippine Languages}},
|
30 |
+
author={Visperas, M. and Borjal, C. J. and Adoptante, A. J. and Peramo, E. and Abacial, D. S. and Decano, M. M.},
|
31 |
+
booktitle={2023 International Conference on Natural Language and Speech Processing},
|
32 |
+
year={2023},
|
33 |
+
address={Trento, Italy},
|
34 |
+
|
35 |
+
}
|
36 |
+
```
|