Release 0.6.0
This release adds the following resources:
ngram.json.zip: the zipped JSON file containing weights and threshold for a bi-gram and a tri-gram model
The resources unchanged from tag 0.5.0 are not included:
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 epochskatakana_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.5.0 for these resources.