Model save
Browse files
README.md
CHANGED
@@ -19,12 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [LazarusNLP/IndoNanoT5-base](https://huggingface.co/LazarusNLP/IndoNanoT5-base) on the id_liputan6 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Rouge1:
|
24 |
-
- Rouge2:
|
25 |
-
- Rougel:
|
26 |
-
- Rougelsum:
|
27 |
-
- Gen Len:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,15 +49,17 @@ The following hyperparameters were used during training:
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
58 |
-
| 3.
|
59 |
-
| 2.
|
60 |
-
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [LazarusNLP/IndoNanoT5-base](https://huggingface.co/LazarusNLP/IndoNanoT5-base) on the id_liputan6 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 5.4266
|
23 |
+
- Rouge1: 17.698
|
24 |
+
- Rouge2: 4.7021
|
25 |
+
- Rougel: 14.8138
|
26 |
+
- Rougelsum: 16.3595
|
27 |
+
- Gen Len: 31.108
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 5.0
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
58 |
+
| 3.8271 | 1.0 | 63 | 3.9787 | 14.5233 | 4.127 | 12.7611 | 13.5205 | 47.473 |
|
59 |
+
| 2.2739 | 2.0 | 126 | 4.1316 | 15.9563 | 4.7752 | 13.8242 | 14.8005 | 44.229 |
|
60 |
+
| 1.2999 | 3.0 | 189 | 4.4850 | 17.2932 | 4.6352 | 14.8582 | 16.1555 | 33.112 |
|
61 |
+
| 0.6423 | 4.0 | 252 | 4.9200 | 17.5707 | 4.9772 | 14.949 | 16.1838 | 36.399 |
|
62 |
+
| 0.2536 | 5.0 | 315 | 5.4266 | 17.698 | 4.7021 | 14.8138 | 16.3595 | 31.108 |
|
63 |
|
64 |
|
65 |
### Framework versions
|