Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,10 @@ license: apache-2.0
|
|
3 |
base_model: LazarusNLP/IndoNanoT5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
datasets:
|
7 |
-
- indonlg
|
8 |
metrics:
|
9 |
- rouge
|
10 |
model-index:
|
@@ -23,12 +25,37 @@ model-index:
|
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
value: 0.3976
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
-
# IndoNanoT5-base-Liputan6-Canonical
|
32 |
|
33 |
This model is a fine-tuned version of [LazarusNLP/IndoNanoT5-base](https://huggingface.co/LazarusNLP/IndoNanoT5-base) on the indonlg dataset.
|
34 |
It achieves the following results on the evaluation set:
|
|
|
3 |
base_model: LazarusNLP/IndoNanoT5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
language:
|
7 |
+
- ind
|
8 |
datasets:
|
9 |
+
- GEM/indonlg
|
10 |
metrics:
|
11 |
- rouge
|
12 |
model-index:
|
|
|
25 |
- name: Rouge1
|
26 |
type: rouge
|
27 |
value: 0.3976
|
28 |
+
- name: Rouge2
|
29 |
+
type: rouge
|
30 |
+
value: 0.2229
|
31 |
+
- name: RougeL
|
32 |
+
type: rouge
|
33 |
+
value: 0.3346
|
34 |
+
- task:
|
35 |
+
name: Sequence-to-sequence Language Modeling
|
36 |
+
type: text2text-generation
|
37 |
+
dataset:
|
38 |
+
name: indonlg
|
39 |
+
type: indonlg
|
40 |
+
config: liputan6_extreme
|
41 |
+
split: validation
|
42 |
+
args: liputan6_extreme
|
43 |
+
metrics:
|
44 |
+
- name: Rouge1
|
45 |
+
type: rouge
|
46 |
+
value: 0.3323
|
47 |
+
- name: Rouge2
|
48 |
+
type: rouge
|
49 |
+
value: 0.1417
|
50 |
+
- name: RougeL
|
51 |
+
type: rouge
|
52 |
+
value: 0.2621
|
53 |
---
|
54 |
|
55 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
56 |
should probably proofread and complete it, then remove this comment. -->
|
57 |
|
58 |
+
# LazarusNLP/IndoNanoT5-base-Liputan6-Canonical
|
59 |
|
60 |
This model is a fine-tuned version of [LazarusNLP/IndoNanoT5-base](https://huggingface.co/LazarusNLP/IndoNanoT5-base) on the indonlg dataset.
|
61 |
It achieves the following results on the evaluation set:
|