LearneratVnit commited on
Commit
d3f1709
·
verified ·
1 Parent(s): 05bd0cb

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -13
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
  license: mit
4
- base_model: facebook/bart-large-cnn
5
  tags:
6
  - generated_from_trainer
7
  metrics:
@@ -16,14 +16,14 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # bart-summarizer
18
 
19
- This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the dataset available at https://zenodo.org/record/7152317#.Yz6mJ9JByC0.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.7172
22
- - Rouge1: 0.3278
23
- - Rouge2: 0.0669
24
- - Rougel: 0.2041
25
- - Rougelsum: 0.284
26
- - Gen Len: 133.6799
27
 
28
  ## Model description
29
 
@@ -50,17 +50,14 @@ The following hyperparameters were used during training:
50
  - total_train_batch_size: 8
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
- - num_epochs: 4
54
  - mixed_precision_training: Native AMP
55
 
56
  ### Training results
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
59
  |:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:--------:|
60
- | 3.1498 | 0.9992 | 622 | 2.8687 | 0.3187 | 0.0635 | 0.1948 | 0.2765 | 141.2658 |
61
- | 2.7712 | 2.0 | 1245 | 2.7667 | 0.3195 | 0.0659 | 0.2006 | 0.2792 | 135.1609 |
62
- | 2.589 | 2.9992 | 1867 | 2.7298 | 0.3219 | 0.063 | 0.1962 | 0.2777 | 135.9729 |
63
- | 2.4744 | 3.9968 | 2488 | 2.7172 | 0.3278 | 0.0669 | 0.2041 | 0.284 | 133.6799 |
64
 
65
 
66
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
  license: mit
4
+ base_model: LearneratVnit/bart-summarizer
5
  tags:
6
  - generated_from_trainer
7
  metrics:
 
16
 
17
  # bart-summarizer
18
 
19
+ This model is a fine-tuned version of [LearneratVnit/bart-summarizer](https://huggingface.co/LearneratVnit/bart-summarizer) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 2.3295
22
+ - Rouge1: 0.33
23
+ - Rouge2: 0.0688
24
+ - Rougel: 0.205
25
+ - Rougelsum: 0.2847
26
+ - Gen Len: 129.5045
27
 
28
  ## Model description
29
 
 
50
  - total_train_batch_size: 8
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
+ - num_epochs: 1
54
  - mixed_precision_training: Native AMP
55
 
56
  ### Training results
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
59
  |:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:--------:|
60
+ | 2.4379 | 0.9992 | 622 | 2.3295 | 0.33 | 0.0688 | 0.205 | 0.2847 | 129.5045 |
 
 
 
61
 
62
 
63
  ### Framework versions