garweet commited on
Commit
6478e2d
·
1 Parent(s): 0fd518d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -17
README.md CHANGED
@@ -16,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.9410
20
- - Rouge1: 44.2057
21
- - Rouge2: 26.3945
22
- - Rougel: 41.0867
23
- - Rougelsum: 41.1266
24
- - Gen Len: 15.4823
25
 
26
  ## Model description
27
 
@@ -46,23 +46,18 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - num_epochs: 10
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
56
- | 2.2575 | 1.0 | 962 | 2.0953 | 42.5671 | 25.1685 | 39.512 | 39.56 | 15.2364 |
57
- | 2.2429 | 2.0 | 1924 | 2.0478 | 43.2039 | 25.6532 | 40.0982 | 40.14 | 15.5348 |
58
- | 2.1681 | 3.0 | 2886 | 2.0142 | 43.3067 | 25.6469 | 40.231 | 40.2612 | 15.4203 |
59
- | 2.1345 | 4.0 | 3848 | 1.9923 | 43.5389 | 25.7978 | 40.4842 | 40.5198 | 15.3624 |
60
- | 2.1119 | 5.0 | 4810 | 1.9705 | 43.7348 | 25.9579 | 40.6156 | 40.6524 | 15.5465 |
61
- | 2.0691 | 6.0 | 5772 | 1.9609 | 43.8176 | 26.0436 | 40.7356 | 40.7826 | 15.503 |
62
- | 2.0529 | 7.0 | 6734 | 1.9495 | 43.9817 | 26.1828 | 40.8773 | 40.9228 | 15.4942 |
63
- | 2.0373 | 8.0 | 7696 | 1.9462 | 44.1354 | 26.306 | 41.0226 | 41.0643 | 15.4833 |
64
- | 2.0368 | 9.0 | 8658 | 1.9421 | 44.1785 | 26.3725 | 41.068 | 41.1092 | 15.504 |
65
- | 2.0283 | 10.0 | 9620 | 1.9410 | 44.2057 | 26.3945 | 41.0867 | 41.1266 | 15.4823 |
66
 
67
 
68
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 2.0571
20
+ - Rouge1: 43.0579
21
+ - Rouge2: 25.5309
22
+ - Rougel: 39.941
23
+ - Rougelsum: 39.9952
24
+ - Gen Len: 15.4351
25
 
26
  ## Model description
27
 
 
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
56
+ | 2.7076 | 1.0 | 962 | 2.1973 | 41.4952 | 24.5125 | 38.463 | 38.5043 | 15.1521 |
57
+ | 2.3524 | 2.0 | 1924 | 2.1193 | 42.5234 | 25.1497 | 39.4133 | 39.4647 | 15.4484 |
58
+ | 2.2583 | 3.0 | 2886 | 2.0812 | 42.9534 | 25.3741 | 39.8212 | 39.8674 | 15.3749 |
59
+ | 2.2284 | 4.0 | 3848 | 2.0632 | 42.9479 | 25.3996 | 39.8282 | 39.8781 | 15.3445 |
60
+ | 2.217 | 5.0 | 4810 | 2.0571 | 43.0579 | 25.5309 | 39.941 | 39.9952 | 15.4351 |
 
 
 
 
 
61
 
62
 
63
  ### Framework versions