File size: 1,185 Bytes
fdf9d2d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # Third-party notices
## Irodori-TTS
- Copyright: Chihiro Arata and contributors
- Sources: https://huggingface.co/Aratako/Irodori-TTS-500M-v3 and https://huggingface.co/Aratako/Irodori-TTS-600M-v3-VoiceDesign
- License: MIT (`LICENSES/MIT.txt`)
- Changes: converted from PyTorch checkpoints to ONNX; split static conditioning projection into `context_kv.onnx`; fixed export dimensions for the iOS runtime.
The responsible-use restrictions and disclaimers from the upstream model cards are reproduced in this repository's README.
## Semantic-DACVAE-Japanese-32dim
- Copyright: Chihiro Arata and contributors
- Source: https://huggingface.co/Aratako/Semantic-DACVAE-Japanese-32dim
- License: MIT (`LICENSES/MIT.txt`)
- Changes: converted encoder and decoder to ONNX for the iOS runtime.
## llm-jp-3-150m tokenizer
- Copyright: LLM-jp / National Institute of Informatics contributors
- Source: https://huggingface.co/llm-jp/llm-jp-3-150m
- License: Apache License 2.0 (`LICENSES/Apache-2.0.txt`)
- Files redistributed: tokenizer JSON and tokenizer configuration metadata.
## ONNX export code
- Source: https://github.com/Aratako/Irodori-TTS
- License: MIT (`LICENSES/MIT.txt`)
|