rdiehlmartinez commited on
Commit
64d7187
·
verified ·
1 Parent(s): 1aac811

Adding license

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -9,14 +9,16 @@ tags:
9
  - evaluate
10
  - metric
11
  description: >-
12
- This is a fork of the huggingface evaluate library's implementation of perplexity.
13
-
 
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
  # Perplexity Metric
 
9
  - evaluate
10
  - metric
11
  description: >-
12
+ This is a fork of the huggingface evaluate library's implementation of
13
+ perplexity.
14
+
15
  Perplexity (PPL) is one of the most common metrics for evaluating language
16
  models. It is defined as the exponentiated average negative log-likelihood of
17
  a sequence, calculated with exponent base `e`.
18
 
19
  For more information on perplexity, see [this
20
  tutorial](https://huggingface.co/docs/transformers/perplexity).
21
+ license: apache-2.0
22
  ---
23
 
24
  # Perplexity Metric