Skip to content

training a new model from nothing #4029

Answered by KerfuffleV2
infdivzero asked this question in Q&A
Discussion options

You must be logged in to vote

The convert.py script has a --vocab-only option, so you can convert for example a HF model to GGUF and only include the metadata. Pretty sure that's also how those vocab only models were created.

So basically two options, find a model that you want to clone the vocab/metadata from and just use that with --vocab-only or just build the vocab/metadata from scratch if you want in a format convert.py can handle. (Or of course write your own script for a completely new format if you want.)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by infdivzero
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants