Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,23 @@
|
|
1 |
---
|
2 |
-
language: id
|
3 |
-
tags:
|
4 |
-
- indobert
|
5 |
-
- indolem
|
6 |
license: apache-2.0
|
7 |
datasets:
|
8 |
-
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
nasional Republik Indonesia, yang memimpin Perang Diponegoro atau Perang Jawa
|
16 |
-
selama periode tahun 1825 hingga 1830 melawan pemerintah Hindia Belanda. Sejarah
|
17 |
-
mencatat, Perang Diponegoro atau Perang Jawa dikenal sebagai perang yang menelan
|
18 |
-
korban terbanyak dalam sejarah Indonesia, yakni 8.000 korban serdadu Hindia Belanda,
|
19 |
-
7.000 pribumi, dan 200 ribu orang Jawa serta kerugian materi 25 juta Gulden.
|
20 |
---
|
21 |
[Github](https://github.com/rifkybujana/IndoBERT-QA)
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## indoBERT Base-Uncased fine-tuned on Translated Squad v2.0
|
26 |
[IndoBERT](https://huggingface.co/indolem/indobert-base-uncased) trained by [IndoLEM](https://indolem.github.io/) and fine-tuned on [Translated SQuAD 2.0](https://github.com/Wikidepia/indonesian_datasets/tree/master/question-answering/squad) for **Q&A** downstream task.
|
@@ -81,4 +78,4 @@ qa_pipeline({
|
|
81 |
```
|
82 |
|
83 |
### Reference
|
84 |
-
<a id="1">[1]</a>Fajri Koto and Afshin Rahimi and Jey Han Lau and Timothy Baldwin. 2020. IndoLEM and IndoBERT: A Benchmark Dataset and Pre-trained Language Model for Indonesian NLP. Proceedings of the 28th COLING.
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
+
- rajpurkar/squad_v2
|
5 |
+
language:
|
6 |
+
- id
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
base_model:
|
10 |
+
- indolem/indobert-base-uncased
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
[Github](https://github.com/rifkybujana/IndoBERT-QA)
|
13 |
|
14 |
+
**Notice of Attribution Clarification**
|
15 |
+
|
16 |
+
This is to clarify that **Muhammad Fajrin Buyang Daffa** is not, and has never been, a part of this project. They have made no contributions to this repository, and as such, shall not be given any attribution in relation to this work.
|
17 |
+
|
18 |
+
For further inquiries, please contact the [email protected].
|
19 |
+
|
20 |
+
> This project is part of my research entitled "Teman Belajar : Asisten Digital Pelajar SMA Negeri 28 Jakarta dalam Membaca" for KOPSI (Kompetisi Penelitian Siswa Indonesia/Indonesian Student Research Competition).
|
21 |
|
22 |
## indoBERT Base-Uncased fine-tuned on Translated Squad v2.0
|
23 |
[IndoBERT](https://huggingface.co/indolem/indobert-base-uncased) trained by [IndoLEM](https://indolem.github.io/) and fine-tuned on [Translated SQuAD 2.0](https://github.com/Wikidepia/indonesian_datasets/tree/master/question-answering/squad) for **Q&A** downstream task.
|
|
|
78 |
```
|
79 |
|
80 |
### Reference
|
81 |
+
<a id="1">[1]</a>Fajri Koto and Afshin Rahimi and Jey Han Lau and Timothy Baldwin. 2020. IndoLEM and IndoBERT: A Benchmark Dataset and Pre-trained Language Model for Indonesian NLP. Proceedings of the 28th COLING.
|