Binaryy commited on
Commit
4684803
1 Parent(s): d16b4ff

Training complete

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.6429
22
- - Rouge1: 6.8486
23
- - Rouge2: 3.1822
24
- - Rougel: 6.0536
25
- - Rougelsum: 6.4854
26
 
27
  ## Model description
28
 
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
56
- | 2.3078 | 1.0 | 1000 | 1.9298 | 6.7515 | 3.1533 | 5.9971 | 6.3848 |
57
- | 1.9556 | 2.0 | 2000 | 1.7880 | 6.8376 | 3.2002 | 6.0356 | 6.4897 |
58
- | 1.8076 | 3.0 | 3000 | 1.7108 | 6.9082 | 3.1048 | 6.0637 | 6.5127 |
59
- | 1.7145 | 4.0 | 4000 | 1.6575 | 6.8643 | 3.1987 | 6.0574 | 6.4882 |
60
- | 1.6575 | 5.0 | 5000 | 1.6429 | 6.8486 | 3.1822 | 6.0536 | 6.4854 |
61
 
62
 
63
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.6579
22
+ - Rouge1: 6.91
23
+ - Rouge2: 3.2425
24
+ - Rougel: 6.1175
25
+ - Rougelsum: 6.5356
26
 
27
  ## Model description
28
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
56
+ | 2.3034 | 1.0 | 1000 | 1.9298 | 6.7298 | 3.0582 | 5.932 | 6.3501 |
57
+ | 1.9526 | 2.0 | 2000 | 1.8003 | 7.0291 | 3.2546 | 6.1777 | 6.6368 |
58
+ | 1.8053 | 3.0 | 3000 | 1.7199 | 6.9328 | 3.2489 | 6.1701 | 6.5512 |
59
+ | 1.7113 | 4.0 | 4000 | 1.6741 | 6.9283 | 3.2114 | 6.1239 | 6.5354 |
60
+ | 1.654 | 5.0 | 5000 | 1.6579 | 6.91 | 3.2425 | 6.1175 | 6.5356 |
61
 
62
 
63
  ### Framework versions