Skip to content

Commit

Permalink
update T5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Godey committed Nov 8, 2024
1 parent 8296a9a commit daa44a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion imgs/course3/T5_lm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions markdown/course3_lm.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,10 @@ $$
- A useful evaluation metric: ***Perplexity***
- Defined as:
$$
ppl(T_{\theta}; w_1...w_n) = \sqrt[n]{\frac{1}{P_{\theta}(w_1...w_n)}}
ppl(T_{\theta}; w_1...w_n) = \exp \left( -\frac{1}{n}\sum_{t=1}^{n}\log P_{\theta}(w_t | w_{<t}) \right)
$$

- Other metrics: accuracy, f1-score, ...
- Other metrics: accuracy, MAUVE, ...

---
### Zero-shot evaluation
Expand Down

0 comments on commit daa44a5

Please sign in to comment.