fix: Standardize punctuation by replacing em dashes with hyphens and update chapter numbering across handbook chapters.

This commit is contained in:
shiva108
2025-12-06 10:48:10 +01:00
parent ec3f0c7aab
commit c50979a222
21 changed files with 113 additions and 113 deletions
@@ -49,7 +49,7 @@ A token is not necessarily a word. It can be part of a word, a space, or a symbo
### Inspecting Tokenizers (How-To)
You can inspect how a model "sees" your prompt using the `transformers` library on your local machine (or Google Colab). This is crucial for **Token Smuggling** attacksfinding ways to encode "forbidden" words so filter keywords don't trigger.
You can inspect how a model "sees" your prompt using the `transformers` library on your local machine (or Google Colab). This is crucial for **Token Smuggling** attacks - finding ways to encode "forbidden" words so filter keywords don't trigger.
```python
from transformers import AutoTokenizer