StableLM-2 models were updated to use GPT-2 tokenization. (#1847)

This commit is contained in:
Jani Monoses
2024-03-14 22:01:36 +02:00
committed by GitHub
parent 3318fe30fb
commit e1f9c3776d
2 changed files with 1 additions and 13 deletions

View File

@ -10,11 +10,6 @@ order to be able to use it.
Other available models are Stable-Code-3B, StableLM-2 and Zephyr variants.
StableLM-2 uses a Tiktoken based GPT-3.5/GPT-4 tokenizer not supported by
Candle, so to run it you can download a somewhat compatible
[tokenizer.json](https://huggingface.co/Xenova/gpt-4/resolve/main/tokenizer.json?download=true)
and pass it via the --tokenizer-file argument.
## Running some example
```bash