Spaces:
Running
Running
rdiehlmartinez
commited on
Commit
•
f752b91
1
Parent(s):
10afb8d
Update README.md
Browse files
README.md
CHANGED
@@ -21,10 +21,12 @@ description: >-
|
|
21 |
|
22 |
# Metric Card for Perplexity
|
23 |
|
24 |
-
> This is a fork of the huggingface evaluate library's implementation of perplexity
|
25 |
|
26 |
|
27 |
-
## Metric
|
|
|
|
|
28 |
|
29 |
As a metric, it can be used to evaluate how well the model has learned the distribution of the text it was trained on.
|
30 |
|
|
|
21 |
|
22 |
# Metric Card for Perplexity
|
23 |
|
24 |
+
> **This is a fork of the huggingface evaluate library's implementation of perplexity.**
|
25 |
|
26 |
|
27 |
+
## Metric Description
|
28 |
+
|
29 |
+
Given a model and an input text sequence, perplexity measures how likely the model is to generate the input text sequence.
|
30 |
|
31 |
As a metric, it can be used to evaluate how well the model has learned the distribution of the text it was trained on.
|
32 |
|