julien-c HF staff commited on
Commit
3686e61
1 Parent(s): fd51734

Add description to card metadata (#1)

Browse files

- Add description to card metadata (75218cdcd199085132a726765aeecb0a0446f4b7)

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title:
3
- emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
@@ -8,11 +8,14 @@ sdk_version: 3.0.2
8
  app_file: app.py
9
  pinned: false
10
  tags:
11
- - evaluate
12
- - metric
 
 
 
 
13
  ---
14
 
15
-
16
  ## Metric Description
17
  FrugalScore is a reference-based metric for Natural Language Generation (NLG) model evaluation. It is based on a distillation approach that allows to learn a fixed, low cost version of any expensive NLG metric, while retaining most of its original performance.
18
 
 
1
  ---
2
+ title: null
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
+ FrugalScore is a reference-based metric for NLG models evaluation. It is based
15
+ on a distillation approach that allows to learn a fixed, low cost version of
16
+ any expensive NLG metric, while retaining most of its original performance.
17
  ---
18
 
 
19
  ## Metric Description
20
  FrugalScore is a reference-based metric for Natural Language Generation (NLG) model evaluation. It is based on a distillation approach that allows to learn a fixed, low cost version of any expensive NLG metric, while retaining most of its original performance.
21