naimur900 commited on
Commit
8b878fb
1 Parent(s): c9be42a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -7,6 +7,10 @@ datasets:
7
  model-index:
8
  - name: my_awesome_pegsasus_model
9
  results: []
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -26,7 +30,13 @@ More information needed
26
 
27
  ## Training and evaluation data
28
 
29
- More information needed
 
 
 
 
 
 
30
 
31
  ## Training procedure
32
 
@@ -46,4 +56,4 @@ The following hyperparameters were used during training:
46
  - Transformers 4.31.0
47
  - Pytorch 2.0.1+cu118
48
  - Datasets 2.14.0
49
- - Tokenizers 0.13.3
 
7
  model-index:
8
  - name: my_awesome_pegsasus_model
9
  results: []
10
+ language:
11
+ - en
12
+ metrics:
13
+ - rouge
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  ## Training and evaluation data
32
 
33
+
34
+ | Metric | Score |
35
+ |--------|-------|
36
+ | ROUGE-1 F1 | 0.386277 |
37
+ | ROUGE-2 F1 | 0.166917 |
38
+ | ROUGE-L F1 | 0.301018 |
39
+ | ROUGE-LSUM F1 | 0.300885 |
40
 
41
  ## Training procedure
42
 
 
56
  - Transformers 4.31.0
57
  - Pytorch 2.0.1+cu118
58
  - Datasets 2.14.0
59
+ - Tokenizers 0.13.3