Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 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 |
+
---
|
| 13 |
+
PEGASUS Medium 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.
|
| 14 |
+
|
| 15 |
+
The model has been trained on a subset of 100,000 samples from the Liputan6 dataset for 3 epochs, making it lightweight and efficient while maintaining strong summarization performance.
|