You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the readme is for JoeyNMT instead of your actual sigmorphon project. May I know how to get hands on your model (inference, training. etc)? Thank you
The text was updated successfully, but these errors were encountered:
Hello, thank you for your interest and sorry for the incredibly long time in replying. I'll update the readme tomorrow, after running a few tests to make sure things really work the way I think they do. The gist of using it is that everything is specified in config files, of which I've included several (I hope still) working examples in configs/. Training a multilingual g2p model is accomplished by running
The only thing you should need to change about this config is the path to the data -- you can replace those lines with your own. If memory serves, you can manually specify all of the paths of the files, or use glob syntax (as in the provided example). I think the code will parse the language code from the name of the file, so it's important not to rename any of the files.
At test time, you can run
python -m joeynmt test configs/task1/multi/rnn/multi-128-512-2-2-langall.yaml
Hi, thank you for building this project
It seems the readme is for JoeyNMT instead of your actual sigmorphon project. May I know how to get hands on your model (inference, training. etc)? Thank you
The text was updated successfully, but these errors were encountered: