AlphaAvatar/plugins-persona
AlphaAvatar Plugins Persona — LEGACY INDEX
This repository is legacy and is no longer the distribution point for the Persona ONNX models. Branch-based model storage has been replaced by one repository per model. Nothing here has been deleted: every branch, artifact and commit is preserved exactly as it was.
Where the models live now
Pin the commit, not the tag or main.
Legacy layout (preserved, do not use for new integrations)
The files in the new repositories are byte-identical to these; they were renamed to model.onnx and nothing else changed. The SHA256 values above are unchanged in the new repositories, so the migration is verifiable without downloading both copies.
Licence correction
The front matter of this repository previously declared license: apache-2.0 for both branches. That is correct for the speaker-vector model but not for the speaker-attribute model:
- speaker vector — derived from ModelScope `iic/speech_eres2netv2_sv_zh-cn_16k-common`, Apache-2.0. Verified: three un-mangled ONNX initializers (
layer3_ds.weight,seg_1.weight,seg_1.bias) are bit-identical to the upstream checkpoint. - speaker attribute — derived from `audeering/wav2vec2-large-robust-6-ft-age-gender`, CC-BY-NC-SA-4.0 (non-commercial). Verified: all 102 name-matched ONNX initializers are bit-identical to the upstream checkpoint, and the known-answer output published on the upstream model card is reproduced to 1.13e-06.
The new repositories carry the correct per-model licence, LICENSE and NOTICE. See AlphaAvatar/persona-speaker-attribute-onnx for the non-commercial-use consequences.
Behavioural notes carried over to the new repositories
The speaker-attribute model has two behaviours that are easy to get wrong and are documented in full in its new repository:
logits_genderare raw logits, not probabilities — the upstream PyTorchforward()softmaxes them, the ONNX export does not.- The gender index order is `[child, female, male]`.
