Release 0.5.1
Adds an accent predictor.
This release contains the resources
accent.npz: exportednpzfile directly used in the accent predictor, fp16accent.safetensors: exportedsafetensorsfile from accent predictor for integration in other languages, fp16accent.pth: rawstate_dictfile from pretrained accent predictor in PyTorch, fp32, 20 epochs
Resources that doesn't change from 0.4.0 is not included:
katakana_dict.jsonl: a JSON line file contains the extracted English to Katakana dictionarymodel-{c2k/p2k}.npz:npzfiles directly used in production library, fp16model-{c2k/p2k}.safetensors:safetensorsfiles for integration in other languages, fp16model-{c2k/p2k}-e10.pth: rawstate_dictfiles from pretrained models in PyTorch, fp32, 10 epochs
Check 0.4.0 for these resources.