autoevaluator HF staff commited on
Commit
6f3dda2
1 Parent(s): df3965c

Add evaluation results on the kmfoda--booksum config and test split of kmfoda/booksum

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the kmfoda--booksum config and test split of the [kmfoda/booksum](https://huggingface.co/datasets/kmfoda/booksum) dataset by

@pszemraj

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-kmfoda__booksum-kmfoda__booksum-373400-1514054915).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=kmfoda/booksum).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=kmfoda/booksum).

Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -49,6 +49,39 @@ model-index:
49
  type: gen_len
50
  value: 57.1966
51
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  ---
53
 
54
 
 
49
  type: gen_len
50
  value: 57.1966
51
  verified: true
52
+ - task:
53
+ type: summarization
54
+ name: Summarization
55
+ dataset:
56
+ name: kmfoda/booksum
57
+ type: kmfoda/booksum
58
+ config: kmfoda--booksum
59
+ split: test
60
+ metrics:
61
+ - name: ROUGE-1
62
+ type: rouge
63
+ value: 35.9884
64
+ verified: true
65
+ - name: ROUGE-2
66
+ type: rouge
67
+ value: 6.0596
68
+ verified: true
69
+ - name: ROUGE-L
70
+ type: rouge
71
+ value: 16.1419
72
+ verified: true
73
+ - name: ROUGE-LSUM
74
+ type: rouge
75
+ value: 32.9992
76
+ verified: true
77
+ - name: loss
78
+ type: loss
79
+ value: 2.9468588829040527
80
+ verified: true
81
+ - name: gen_len
82
+ type: gen_len
83
+ value: 298.2593
84
+ verified: true
85
  ---
86
 
87