minjingzhu commited on
Commit
560dbac
1 Parent(s): 8a8e981

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: google/bigbird-pegasus-large-pubmed
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: bigbird-pegasus-large-pubmed-finetuned-legal
8
  results: []
@@ -14,6 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
14
  # bigbird-pegasus-large-pubmed-finetuned-legal
15
 
16
  This model is a fine-tuned version of [google/bigbird-pegasus-large-pubmed](https://huggingface.co/google/bigbird-pegasus-large-pubmed) on the None dataset.
 
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -44,7 +53,7 @@ The following hyperparameters were used during training:
44
 
45
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
46
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
47
- | No log | 1.0 | 10 | nan | 18.4334 | 3.1526 | 12.6614 | 17.3336 | 225.96 |
48
 
49
 
50
  ### Framework versions
 
3
  base_model: google/bigbird-pegasus-large-pubmed
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
  model-index:
9
  - name: bigbird-pegasus-large-pubmed-finetuned-legal
10
  results: []
 
16
  # bigbird-pegasus-large-pubmed-finetuned-legal
17
 
18
  This model is a fine-tuned version of [google/bigbird-pegasus-large-pubmed](https://huggingface.co/google/bigbird-pegasus-large-pubmed) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 4.8609
21
+ - Rouge1: 28.3788
22
+ - Rouge2: 9.014
23
+ - Rougel: 18.3548
24
+ - Rougelsum: 26.2062
25
+ - Gen Len: 240.64
26
 
27
  ## Model description
28
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
56
+ | 5.5964 | 1.0 | 800 | 4.8609 | 28.3788 | 9.014 | 18.3548 | 26.2062 | 240.64 |
57
 
58
 
59
  ### Framework versions