rdiehlmartinez commited on
Commit
4d83749
1 Parent(s): 8d4965b

Upgrading Gradio

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -4,17 +4,19 @@ emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 3.19.1
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 models.
15
- It is defined as the exponentiated average negative log-likelihood of a sequence, calculated with exponent base `e`.
16
-
17
- For more information on perplexity, see [this tutorial](https://huggingface.co/docs/transformers/perplexity).
 
 
18
  ---
19
 
20
  # Metric Card for Perplexity
@@ -115,4 +117,4 @@ publisher={Acoustical Society of America}
115
  ```
116
 
117
  ## Further References
118
- - [Hugging Face Perplexity Blog Post](https://huggingface.co/docs/transformers/perplexity)
 
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 5.8.0
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. It is defined as the exponentiated average negative log-likelihood of
16
+ a sequence, calculated with exponent base `e`.
17
+
18
+ For more information on perplexity, see [this
19
+ tutorial](https://huggingface.co/docs/transformers/perplexity).
20
  ---
21
 
22
  # Metric Card for Perplexity
 
117
  ```
118
 
119
  ## Further References
120
+ - [Hugging Face Perplexity Blog Post](https://huggingface.co/docs/transformers/perplexity)