GuysTrans commited on
Commit
9a134aa
1 Parent(s): b56b67b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
@@ -16,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
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.6608
20
- - Rouge1: 11.5801
21
- - Rouge2: 5.7493
22
- - Rougel: 9.5032
23
- - Rougelsum: 10.5784
24
  - Gen Len: 20.0
25
 
26
  ## Model description
@@ -52,12 +53,12 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
  |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
55
- | 1.6755 | 1.0 | 15011 | 1.6608 | 11.5801 | 5.7493 | 9.5032 | 10.5784 | 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
 
1
  ---
2
  license: apache-2.0
3
+ base_model: facebook/bart-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
17
 
18
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.6613
21
+ - Rouge1: 11.5717
22
+ - Rouge2: 5.7438
23
+ - Rougel: 9.5072
24
+ - Rougelsum: 10.5931
25
  - Gen Len: 20.0
26
 
27
  ## Model description
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
56
+ | 1.6985 | 1.0 | 15011 | 1.6613 | 11.5717 | 5.7438 | 9.5072 | 10.5931 | 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