julien-c HF staff commited on
Commit
71b613c
1 Parent(s): bd021be

Add description to card metadata (#1)

Browse files

- Add description to card metadata (ebcf5b218a6e91991fcb2047288e4239a9d14b59)

Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: BLEURT
3
- emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
@@ -8,10 +8,23 @@ 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 BLEURT
16
 
17
 
 
1
  ---
2
  title: BLEURT
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
+ BLEURT a learnt evaluation metric for Natural Language Generation. It is built
15
+ using multiple phases of transfer learning starting from a pretrained BERT
16
+ model (Devlin et al. 2018)
17
+
18
+ and then employing another pre-training phrase using synthetic data. Finally
19
+ it is trained on WMT human annotations. You may run BLEURT out-of-the-box or
20
+ fine-tune
21
+
22
+ it for your specific application (the latter is expected to perform better).
23
 
24
+
25
+ See the project's README at https://github.com/google-research/bleurt#readme
26
+ for more information.
27
+ ---
28
  # Metric Card for BLEURT
29
 
30