added README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: id
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- id_liputan6
|
6 |
+
tags:
|
7 |
+
- summarization
|
8 |
+
---
|
9 |
+
|
10 |
+
Bert2Bert Summarization with EncoderDecoder Framework
|
11 |
+
This model is a warm-started *BERT2BERT* model fine-tuned on the *id_liputan6* summarization dataset.
|
12 |
+
|
13 |
+
Detail about this model will be added soon.
|
14 |
+
|