Onsei-iOS-Models / THIRD_PARTY_NOTICES.md
raratu's picture
Add model card, licenses, and download manifest
fdf9d2d verified
|
Raw
History Blame Contribute Delete
1.19 kB
# 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`)