Missing tokenizer in example
#13
by
AmenRa
- opened
The example reported in the model card does not load the tokenizer.
You should add tokenizer = AutoTokenizer.from_pretrained(model_id)
.
Thanks! Will be fixed with https://huggingface.co/meta-llama/Llama-Guard-3-1B/discussions/14