-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation on how to create new models #170
Comments
@krobison13 This is an excellent point. We're in the process of refactoring how models are defined, at which point we'll need a new set of instructions anyway. In the meantime, the easiest way to do this is to start with an existing model and modify it. You can list the models available using:
Then dumping one of them to a file:
Then modifying the resulting As for training, we are currently using the same weights for all models (we haven't trained them all individually yet). We have empirically found that these weights work well for all default models (admittedly some models would work better with customized weights). |
There will be certainly be interest in creating additional models -- e.g. with fewer segments to accommodate larger inserts or other schemes of information embedded in each segment. A tutorial on how to train new models would be very useful
The text was updated successfully, but these errors were encountered: