Skip to content

Commit e803d38

Browse files
committed
Add footnote for hf
1 parent 3bacdc8 commit e803d38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ To learn more about model quantization, [read this documentation](tools/quantize
436436

437437
## [`llama-perplexity`](tools/perplexity)
438438

439-
#### A tool for measuring the [perplexity](./tools/perplexity/README.md)(and other quality metrics) of a model over a given text.
439+
#### A tool for measuring the [perplexity](./tools/perplexity/README.md) [^1](and other quality metrics) of a model over a given text.
440440

441441
- <details open>
442442
<summary>Measure the perplexity over a text file</summary>
@@ -459,6 +459,8 @@ To learn more about model quantization, [read this documentation](tools/quantize
459459

460460
</details>
461461

462+
- [^1]: (https://huggingface.co/docs/transformers/perplexity)
463+
462464
## [`llama-bench`](tools/llama-bench)
463465

464466
#### Benchmark the performance of the inference for various parameters.

0 commit comments

Comments
 (0)