Spaces:
Runtime error
Runtime error
Update Space (evaluate main: e179b5b8)
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: ROUGE
|
3 |
-
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
@@ -8,27 +8,10 @@ sdk_version: 3.0.2
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
-
|
12 |
-
|
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
|
|
|
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 |
---
|
14 |
+
|
15 |
# Metric Card for ROUGE
|
16 |
|
17 |
## Metric Description
|