sohamchougule commited on
Commit
2c59fb7
1 Parent(s): 7c396c2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Rouge1
23
  type: rouge
24
- value: 37.1792
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 [facebook/bart-large](https://huggingface.co/facebook/bart-large) on the aeslc dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 4.3592
35
- - Rouge1: 37.1792
36
- - Rouge2: 19.0765
37
- - Rougel: 36.297
38
- - Rougelsum: 36.3074
39
- - Gen Len: 8.5031
40
 
41
  ## Model description
42
 
@@ -61,14 +61,16 @@ 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
- | 2.4786 | 1.0 | 7218 | 4.3592 | 37.1792 | 19.0765 | 36.297 | 36.3074 | 8.5031 |
 
 
72
 
73
 
74
  ### Framework versions
 
21
  metrics:
22
  - name: Rouge1
23
  type: rouge
24
+ value: 38.0679
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 [facebook/bart-large](https://huggingface.co/facebook/bart-large) on the aeslc dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 4.6657
35
+ - Rouge1: 38.0679
36
+ - Rouge2: 19.8904
37
+ - Rougel: 37.1179
38
+ - Rougelsum: 37.1066
39
+ - Gen Len: 9.1316
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
+ | 2.6268 | 1.0 | 7218 | 4.4738 | 36.0615 | 18.1082 | 35.2023 | 35.175 | 8.0694 |
72
+ | 1.9548 | 2.0 | 14436 | 4.4965 | 37.1784 | 19.2713 | 36.2803 | 36.2347 | 9.2699 |
73
+ | 1.4117 | 3.0 | 21654 | 4.6657 | 38.0679 | 19.8904 | 37.1179 | 37.1066 | 9.1316 |
74
 
75
 
76
  ### Framework versions