GuyCalledMav
commited on
Commit
•
133987c
1
Parent(s):
4f59e5f
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- tl
|
4 |
+
tags:
|
5 |
+
- Tagalog
|
6 |
+
- Taglish
|
7 |
+
- gpt2
|
8 |
+
---
|
9 |
+
|
10 |
+
## Model Description
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
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.
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
## Training Details
|
20 |
+
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/
|
21 |
+
|
22 |
+
### Training Data
|
23 |
+
The training dataset was compiled from both formal and informal sources, consisting of 5,159,917 instances from formal channels and 3,057,180 from informal sources. More information on pre-processing and training parameters on our paper
|
24 |
+
|
25 |
+
|
26 |
+
## Citation
|
27 |
+
Paper : iTANONG-DS : A Collection of Benchmark Datasets for Downstream Natural Language Processing Tasks on Select Philippine Language
|
28 |
+
|
29 |
+
|
30 |
+
Bibtex:
|
31 |
+
```
|
32 |
+
@inproceedings{2023itanongds,
|
33 |
+
title={{iTANONG-DS: A Collection of Benchmark Datasets for Downstream Natural Language Processing Tasks on Select Philippine Languages}},
|
34 |
+
author={Visperas, M. and Borjal, C. J. and Adoptante, A. J. and Peramo, E. and Abacial, D. S. and Decano, M. M.},
|
35 |
+
booktitle={2023 International Conference on Natural Language and Speech Processing},
|
36 |
+
year={2023},
|
37 |
+
address={Trento, Italy},
|
38 |
+
|
39 |
+
}
|
40 |
+
```
|