Spaces:
Running
Running
Add description to card metadata
Browse filesPerplexity (PPL) is one of the most common metrics for evaluating language models.
It is defined as the exponentiated average negative log-likelihood of a sequence.
For more information, see https://huggingface.co/docs/transformers/perplexity
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
|