julien-c HF staff commited on
Commit
4a93ac4
1 Parent(s): 3ad326b

Add description to card metadata (#1)

Browse files

- Add description to card metadata (37c0abba421bc9047dd9ede7a4186591ad7d3bec)

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