Spaces:
Running
Running
rdiehlmartinez
commited on
Commit
•
4d83749
1
Parent(s):
8d4965b
Upgrading Gradio
Browse files
README.md
CHANGED
@@ -4,17 +4,19 @@ emoji: 🤗
|
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
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 |
-
It is defined as the exponentiated average negative log-likelihood of
|
16 |
-
|
17 |
-
|
|
|
|
|
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)
|