Train new model or update
This Jupiter Notebook will help to create new ONNX model
Drag your custom_words.txt file and bin file if you going to update current mode (i.e. /model/bin/en_word_model.bin) to the content of the notebook
Warning: make sure your custom_words.txt is appropriate and free from offensive or sensitive language.


Replace the language code in case you are training another language model

Click "Run all"


⚠️ Note: The warning “This notebook was not authored by Google” is automatically shown for all non-Google-created notebooks.
✅ This notebook is safe and was authored by Candy Smith ([email protected]).
It does not access your personal data unless you explicitly allow it. Please review the code as needed.
Run anyway
After some time, you will be prompted to restart the session
After restart press "Run all" again
After some time, you will see a new ONNX model file.
Download it by right click
Replace your old model in the /mode/ folder
Optionally you can keep the model in separaate file and assign it in the Language confi
✅ Success! You trained your model
Last updated