thivh commited on
Commit
d263f09
1 Parent(s): 288e12b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -20,7 +20,7 @@ model-index:
20
  metrics:
21
  - name: Rouge1
22
  type: rouge
23
- value: 0.335
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,11 +30,11 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  This model is a fine-tuned version of [panggi/t5-base-indonesian-summarization-cased](https://huggingface.co/panggi/t5-base-indonesian-summarization-cased) on the indosum dataset.
32
  It achieves the following results on the evaluation set:
33
- - Loss: 0.5550
34
- - Rouge1: 0.335
35
- - Rouge2: 0.2968
36
- - Rougel: 0.3301
37
- - Rougelsum: 0.3298
38
  - Gen Len: 19.0
39
 
40
  ## Model description
@@ -60,18 +60,14 @@ The following hyperparameters were used during training:
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
- - num_epochs: 5
64
- - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
69
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
70
- | 0.601 | 1.0 | 200 | 0.5132 | 0.3312 | 0.2926 | 0.3246 | 0.3246 | 19.0 |
71
- | 0.4765 | 2.0 | 400 | 0.5236 | 0.3301 | 0.2921 | 0.3247 | 0.3246 | 19.0 |
72
- | 0.3971 | 3.0 | 600 | 0.5281 | 0.3337 | 0.2958 | 0.3283 | 0.3281 | 19.0 |
73
- | 0.3419 | 4.0 | 800 | 0.5448 | 0.3335 | 0.2951 | 0.3281 | 0.3278 | 19.0 |
74
- | 0.3168 | 5.0 | 1000 | 0.5550 | 0.335 | 0.2968 | 0.3301 | 0.3298 | 19.0 |
75
 
76
 
77
  ### Framework versions
 
20
  metrics:
21
  - name: Rouge1
22
  type: rouge
23
+ value: 0.3278
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  This model is a fine-tuned version of [panggi/t5-base-indonesian-summarization-cased](https://huggingface.co/panggi/t5-base-indonesian-summarization-cased) on the indosum dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.5884
34
+ - Rouge1: 0.3278
35
+ - Rouge2: 0.2868
36
+ - Rougel: 0.32
37
+ - Rougelsum: 0.3198
38
  - Gen Len: 19.0
39
 
40
  ## Model description
 
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
+ - num_epochs: 2
 
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
68
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
69
+ | 0.3815 | 1.0 | 4754 | 0.5584 | 0.3281 | 0.2866 | 0.3202 | 0.32 | 19.0 |
70
+ | 0.3207 | 2.0 | 9508 | 0.5884 | 0.3278 | 0.2868 | 0.32 | 0.3198 | 19.0 |
 
 
 
71
 
72
 
73
  ### Framework versions