GuysTrans commited on
Commit
26308e3
1 Parent(s): 2f2707b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [GuysTrans/bart-base-finetuned-xsum](https://huggingface.co/GuysTrans/bart-base-finetuned-xsum) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 3.0428
20
- - Rouge1: 10.2295
21
- - Rouge2: 2.2138
22
- - Rougel: 8.1824
23
- - Rougelsum: 9.8085
24
  - Gen Len: 20.0
25
 
26
  ## Model description
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
- |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
55
- | 2.5435 | 1.0 | 23165 | 3.0428 | 10.2295 | 2.2138 | 8.1824 | 9.8085 | 20.0 |
56
 
57
 
58
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [GuysTrans/bart-base-finetuned-xsum](https://huggingface.co/GuysTrans/bart-base-finetuned-xsum) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 2.6421
20
+ - Rouge1: 7.0096
21
+ - Rouge2: 2.1434
22
+ - Rougel: 6.1884
23
+ - Rougelsum: 6.929
24
  - Gen Len: 20.0
25
 
26
  ## Model description
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
55
+ | 2.1617 | 1.0 | 22880 | 2.6421 | 7.0096 | 2.1434 | 6.1884 | 6.929 | 20.0 |
56
 
57
 
58
  ### Framework versions