fajrikoto/id_liputan6
Updated • 316 • 12
How to use apwic/liputan6-base with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("apwic/liputan6-base")
model = AutoModel.from_pretrained("apwic/liputan6-base")This model is a fine-tuned version of LazarusNLP/IndoNanoT5-base on the id_liputan6 canonical dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|---|---|---|---|---|---|---|---|---|
| 1.6488 | 1.0 | 63 | 0.7318 | 34.224 | 24.5266 | 31.0318 | 32.8875 | 65.191 |
| 0.6983 | 2.0 | 126 | 0.6433 | 37.3155 | 27.3019 | 33.9529 | 36.1013 | 65.46 |
| 0.4226 | 3.0 | 189 | 0.5831 | 36.9679 | 26.3535 | 33.5956 | 35.7604 | 59.969 |
| 0.242 | 4.0 | 252 | 0.5539 | 39.0802 | 28.4622 | 35.8085 | 37.8181 | 55.301 |
| 0.1248 | 5.0 | 315 | 0.5170 | 38.108 | 27.5573 | 34.7198 | 36.6919 | 56.589 |
Base model
LazarusNLP/IndoNanoT5-base