Add description to card metadata

#1
by julien-c HF staff - opened
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -8,10 +8,18 @@ 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 Perplexity
16
 
17
  ## Metric Description
 
8
  app_file: app.py
9
  pinned: false
10
  tags:
11
+ - evaluate
12
+ - metric
13
+ description: >-
14
+ Perplexity (PPL) is one of the most common metrics for evaluating language
15
+ models.
16
+
17
+ It is defined as the exponentiated average negative log-likelihood of a
18
+ sequence.
19
 
20
+
21
+ For more information, see https://huggingface.co/docs/transformers/perplexity
22
+ ---
23
  # Metric Card for Perplexity
24
 
25
  ## Metric Description