Update the convert-unversioned-ggml-to-ggml.py script to support GPT4All ggml models #588
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
high priority
Very important issue
model
Model specific
See: https://twitter.com/ggerganov/status/1640945226662420483
The gpt4all ggml model has an extra
<pad>
token (i.e.n_vocab = 32001
).Need to add it during the conversion. Should be an optional command line argument to the script to specify if the token should be added or not
The text was updated successfully, but these errors were encountered: