Skip to content

Release 0.5.1

Choose a tag to compare

@Patchethium Patchethium released this 17 Apr 08:41
· 12 commits to master since this release

Adds an accent predictor.

This release contains the resources

  • accent.npz: exported npz file directly used in the accent predictor, fp16
  • accent.safetensors: exported safetensors file from accent predictor for integration in other languages, fp16
  • accent.pth: raw state_dict file 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 dictionary
  • model-{c2k/p2k}.npz: npz files directly used in production library, fp16
  • model-{c2k/p2k}.safetensors: safetensors files for integration in other languages, fp16
  • model-{c2k/p2k}-e10.pth: raw state_dict files from pretrained models in PyTorch, fp32, 10 epochs

Check 0.4.0 for these resources.