-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to train #1
Comments
Hi, thanks for your interest! I'm not sure if I'll have time to write a comprehensive training readme, but I'm happy to help you with training on these new languages! Please let me know here or on [email protected] if you have any issues. The first thing you will need is a word-frequency list for each language. The
Evaluation of these models is not easy (without training an expensive language model), but the two validation files are at least somewhat useful for sanity checking the training. |
Thanks! I'll give it a go when I have a chance, and email you if I get stuck :) |
Hi @davda54 it appears there are missing dependencies for the following imports in from lazy_adam import LazyAdamW
from random_sampler import WeightedRandomSampler |
Update: I was able to run |
@davda54 reminder here a few months later. Could you please help us convert the trained model into a .dawg file? |
Just saw this comment, did you manage to make it run with the build.py file? |
Hi, thanks for sharing the code for both de/encoding and training. Could you put up a readme for training on new data? I would like to try this out on Greek and Hebrew text.
The text was updated successfully, but these errors were encountered: