julien-c HF staff commited on
Commit
151710c
1 Parent(s): c7fea72

Add description to card metadata (#1)

Browse files

- Add description to card metadata (2d6aff4fba91ca45069d76fdb9dad973076bcc2e)

Files changed (1) hide show
  1. README.md +21 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: ROUGE
3
- emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
@@ -8,10 +8,27 @@ sdk_version: 3.0.2
8
  app_file: app.py
9
  pinned: false
10
  tags:
11
- - evaluate
12
- - metric
13
- ---
 
 
 
 
 
 
 
 
 
14
 
 
 
 
 
 
 
 
 
15
  # Metric Card for ROUGE
16
 
17
  ## Metric Description
 
1
  ---
2
  title: ROUGE
3
+ emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
 
8
  app_file: app.py
9
  pinned: false
10
  tags:
11
+ - evaluate
12
+ - metric
13
+ description: >-
14
+ ROUGE, or Recall-Oriented Understudy for Gisting Evaluation, is a set of
15
+ metrics and a software package used for
16
+
17
+ evaluating automatic summarization and machine translation software in natural
18
+ language processing.
19
+
20
+ The metrics compare an automatically produced summary or translation against a
21
+ reference or a set of references (human-produced) summary or translation.
22
+
23
 
24
+ Note that ROUGE is case insensitive, meaning that upper case letters are
25
+ treated the same way as lower case letters.
26
+
27
+
28
+ This metrics is a wrapper around Google Research reimplementation of ROUGE:
29
+
30
+ https://github.com/google-research/google-research/tree/master/rouge
31
+ ---
32
  # Metric Card for ROUGE
33
 
34
  ## Metric Description