Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- fajrikoto/id_liputan6
|
5 |
+
language:
|
6 |
+
- id
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
base_model:
|
10 |
+
- google/pegasus-cnn_dailymail
|
11 |
+
pipeline_tag: summarization
|
12 |
+
library_name: transformers
|
13 |
+
---
|
14 |
+
PEGASUS Mini is a fine-tuned version of the PEGASUS model, originally pre-trained on the CNN/Daily Mail dataset. This fine-tuning is specifically tailored for abstractive text summarization of Indonesian news articles using the Liputan6 dataset.
|
15 |
+
|
16 |
+
The model has been trained on a subset of 50,000 samples from the Liputan6 dataset for 3 epochs, with 256 min length input and max length target making it lightweight and efficient while maintaining strong summarization performance.
|