Sandipan1994 commited on
Commit
1193370
1 Parent(s): 0ce2611

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Rouge1
23
  type: rouge
24
- value: 9.5595
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,12 +31,12 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the eli5 dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 3.7516
35
- - Rouge1: 9.5595
36
- - Rouge2: 1.7879
37
- - Rougel: 7.7084
38
- - Rougelsum: 8.8886
39
- - Gen Len: 18.9998
40
 
41
  ## Model description
42
 
@@ -61,19 +61,21 @@ The following hyperparameters were used during training:
61
  - seed: 42
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: linear
64
- - num_epochs: 1
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
70
  |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
71
- | 3.9648 | 1.0 | 17040 | 3.7545 | 9.6972 | 1.8303 | 7.8132 | 8.9964 | 18.9982 |
 
 
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.22.1
77
  - Pytorch 1.12.1+cu113
78
  - Datasets 2.5.1
79
  - Tokenizers 0.12.1
 
21
  metrics:
22
  - name: Rouge1
23
  type: rouge
24
+ value: 9.944
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the eli5 dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 3.7275
35
+ - Rouge1: 9.944
36
+ - Rouge2: 1.908
37
+ - Rougel: 8.0145
38
+ - Rougelsum: 9.2275
39
+ - Gen Len: 18.9988
40
 
41
  ## Model description
42
 
 
61
  - seed: 42
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: linear
64
+ - num_epochs: 3
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
70
  |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
71
+ | 3.9806 | 1.0 | 17040 | 3.7726 | 9.8475 | 1.872 | 7.9462 | 9.1258 | 18.9972 |
72
+ | 3.9458 | 2.0 | 34080 | 3.7369 | 9.9232 | 1.8981 | 7.9922 | 9.2061 | 18.9988 |
73
+ | 3.9355 | 3.0 | 51120 | 3.7275 | 9.944 | 1.908 | 8.0145 | 9.2275 | 18.9988 |
74
 
75
 
76
  ### Framework versions
77
 
78
+ - Transformers 4.22.2
79
  - Pytorch 1.12.1+cu113
80
  - Datasets 2.5.1
81
  - Tokenizers 0.12.1