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 |
|
@@ -45,7 +45,7 @@ More information needed
|
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 0.001
|
47 |
- train_batch_size: 16
|
48 |
-
- eval_batch_size:
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step
|
57 |
-
|
58 |
-
|
|
59 |
-
|
|
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: 4.2050
|
23 |
+
- Rouge1: 19.886
|
24 |
+
- Rouge2: 6.0542
|
25 |
+
- Rougel: 16.8703
|
26 |
+
- Rougelsum: 18.2573
|
27 |
+
- Gen Len: 30.875
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 0.001
|
47 |
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 32
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
58 |
+
| 3.7824 | 1.0 | 63 | 3.8225 | 16.8681 | 5.1649 | 14.9393 | 15.6881 | 31.998 |
|
59 |
+
| 2.0598 | 2.0 | 126 | 3.8557 | 18.6028 | 5.9301 | 15.9454 | 17.1143 | 38.822 |
|
60 |
+
| 0.945 | 3.0 | 189 | 4.2050 | 19.886 | 6.0542 | 16.8703 | 18.2573 | 30.875 |
|
61 |
|
62 |
|
63 |
### Framework versions
|