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)
.
The example reported in the model card does not load the tokenizer.
You should add tokenizer = AutoTokenizer.from_pretrained(model_id)
.