Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
---
|
2 |
title: RougeRaw
|
3 |
-
emoji: π€
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
13 |
description: >-
|
14 |
-
ROUGE RAW is language-agnostic variant of ROUGE without stemmer, stop words
|
15 |
-
This is a wrapper around the original
|
|
|
16 |
---
|
17 |
|
18 |
# Metric Card for RougeRaw
|
@@ -91,4 +92,4 @@ e.g.: 1_precision
|
|
91 |
publisher = "European Language Resources Association (ELRA)",
|
92 |
url = "https://aclanthology.org/L18-1551",
|
93 |
}
|
94 |
-
```
|
|
|
1 |
---
|
2 |
title: RougeRaw
|
3 |
+
emoji: π€
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.4.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
13 |
description: >-
|
14 |
+
ROUGE RAW is language-agnostic variant of ROUGE without stemmer, stop words
|
15 |
+
and synonymas. This is a wrapper around the original
|
16 |
+
http://hdl.handle.net/11234/1-2615 script.
|
17 |
---
|
18 |
|
19 |
# Metric Card for RougeRaw
|
|
|
92 |
publisher = "European Language Resources Association (ELRA)",
|
93 |
url = "https://aclanthology.org/L18-1551",
|
94 |
}
|
95 |
+
```
|