GuysTrans commited on
Commit
a33b90e
1 Parent(s): c14b3fa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
  license: apache-2.0
3
- base_model: facebook/bart-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,13 +14,13 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # bart-base-finetuned-xsum
17
 
18
- This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.7781
21
- - Rouge1: 10.6312
22
- - Rouge2: 4.8135
23
- - Rougel: 8.5812
24
- - Rougelsum: 9.9053
25
  - Gen Len: 20.0
26
 
27
  ## Model description
@@ -53,12 +52,12 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
56
- | 1.6643 | 1.0 | 6188 | 1.7781 | 10.6312 | 4.8135 | 8.5812 | 9.9053 | 20.0 |
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.31.0
62
- - Pytorch 2.0.1+cu118
63
- - Datasets 2.14.4
64
  - Tokenizers 0.13.3
 
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
 
14
 
15
  # bart-base-finetuned-xsum
16
 
17
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.7880
20
+ - Rouge1: 10.6237
21
+ - Rouge2: 4.6997
22
+ - Rougel: 8.522
23
+ - Rougelsum: 9.8677
24
  - Gen Len: 20.0
25
 
26
  ## Model description
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
55
+ | 1.6639 | 1.0 | 6188 | 1.7880 | 10.6237 | 4.6997 | 8.522 | 9.8677 | 20.0 |
56
 
57
 
58
  ### Framework versions
59
 
60
+ - Transformers 4.30.2
61
+ - Pytorch 2.0.0
62
+ - Datasets 2.1.0
63
  - Tokenizers 0.13.3