ONNX-exported components of
NVIDIA PersonaPlex-7B-v1 for use with
ElBruno.PersonaPlex C# library.
-
Encoder: SEANet convolutional encoder + ProjectedTransformer + SplitResidualVectorQuantizer
- Input: [batch, 1, samples] float32 (24kHz mono audio)
- Output: [batch, 8, frames] int64 (8 codebooks, ~12.5 frames/sec)
-
Decoder: SplitResidualVectorQuantizer + ProjectedTransformer + SEANet convolutional decoder
- Input: [batch, 8, frames] int64
- Output: [batch, 1, samples] float32
// Models download automatically on first run
using var pipeline = await PersonaPlexPipeline.CreateAsync();
`
MIT (same as the export tooling). The base model weights are under NVIDIA Open Model License.