julien-c HF staff commited on
Commit
37c0abb
1 Parent(s): e26542c

Add description to card metadata

Browse files

SacreBLEU provides hassle-free computation of shareable, comparable, and reproducible BLEU scores.
Inspired by Rico Sennrich's `multi-bleu-detok.perl`, it produces the official WMT scores but works with plain text.
It also knows all the standard test sets and handles downloading, processing, and tokenization for you.

See the [README.md] file at https://github.com/mjpost/sacreBLEU for more information.

Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: SacreBLEU
3
- emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
@@ -8,10 +8,22 @@ 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 SacreBLEU
16
 
17
 
 
1
  ---
2
  title: SacreBLEU
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
+ SacreBLEU provides hassle-free computation of shareable, comparable, and
15
+ reproducible BLEU scores.
16
+
17
+ Inspired by Rico Sennrich's `multi-bleu-detok.perl`, it produces the official
18
+ WMT scores but works with plain text.
19
+
20
+ It also knows all the standard test sets and handles downloading, processing,
21
+ and tokenization for you.
22
 
23
+
24
+ See the [README.md] file at https://github.com/mjpost/sacreBLEU for more
25
+ information.
26
+ ---
27
  # Metric Card for SacreBLEU
28
 
29