Instructions to use cudabenchmarktest/personaplex-7b-v1-raw-mirror with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Moshi
How to use cudabenchmarktest/personaplex-7b-v1-raw-mirror with Moshi:
# pip install moshi # Run the interactive web server python -m moshi.server --hf-repo "cudabenchmarktest/personaplex-7b-v1-raw-mirror" # Then open https://localhost:8998 in your browser
# pip install moshi import torch from moshi.models import loaders # Load checkpoint info from HuggingFace checkpoint = loaders.CheckpointInfo.from_hf_repo("cudabenchmarktest/personaplex-7b-v1-raw-mirror") # Load the Mimi audio codec mimi = checkpoint.get_mimi(device="cuda") mimi.set_num_codebooks(8) # Encode audio (24kHz, mono) wav = torch.randn(1, 1, 24000 * 10) # [batch, channels, samples] with torch.no_grad(): codes = mimi.encode(wav.cuda()) decoded = mimi.decode(codes) - Notebooks
- Google Colab
- Kaggle
Publish verified raw NVIDIA PersonaPlex v1 mirror with provenance
Browse files- .gitattributes +3 -0
- LICENSES/CC-BY-4.0.txt +396 -0
- LICENSES/NVIDIA-OPEN-MODEL-AGREEMENT-2026-04-02.pdf +0 -0
- LICENSES/NVIDIA-OPEN-MODEL-LICENSE.html +0 -0
- NOTICE +10 -0
- PROVENANCE.json +20 -0
- README.md +71 -0
- THIRD_PARTY_NOTICES.md +10 -0
- UPSTREAM_README.md +218 -0
- UPSTREAM_SHA256SUMS +16 -0
- bias.md +5 -0
- config.json +4 -0
- dist.tgz +3 -0
- explainability.md +13 -0
- figures/.DS_Store +0 -0
- figures/results_conversation_dynamics.png +3 -0
- figures/results_latency.png +3 -0
- figures/results_task_adherence.png +3 -0
- model.safetensors +3 -0
- privacy.md +15 -0
- safety.md +6 -0
- tokenizer-e351c8d8-checkpoint125.safetensors +3 -0
- tokenizer_spm_32k_3.model +3 -0
- voices.tgz +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
figures/results_conversation_dynamics.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
figures/results_latency.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
figures/results_task_adherence.png filter=lfs diff=lfs merge=lfs -text
|
LICENSES/CC-BY-4.0.txt
ADDED
|
@@ -0,0 +1,396 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Attribution 4.0 International
|
| 2 |
+
|
| 3 |
+
=======================================================================
|
| 4 |
+
|
| 5 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 6 |
+
does not provide legal services or legal advice. Distribution of
|
| 7 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 8 |
+
other relationship. Creative Commons makes its licenses and related
|
| 9 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 10 |
+
warranties regarding its licenses, any material licensed under their
|
| 11 |
+
terms and conditions, or any related information. Creative Commons
|
| 12 |
+
disclaims all liability for damages resulting from their use to the
|
| 13 |
+
fullest extent possible.
|
| 14 |
+
|
| 15 |
+
Using Creative Commons Public Licenses
|
| 16 |
+
|
| 17 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 18 |
+
conditions that creators and other rights holders may use to share
|
| 19 |
+
original works of authorship and other material subject to copyright
|
| 20 |
+
and certain other rights specified in the public license below. The
|
| 21 |
+
following considerations are for informational purposes only, are not
|
| 22 |
+
exhaustive, and do not form part of our licenses.
|
| 23 |
+
|
| 24 |
+
Considerations for licensors: Our public licenses are
|
| 25 |
+
intended for use by those authorized to give the public
|
| 26 |
+
permission to use material in ways otherwise restricted by
|
| 27 |
+
copyright and certain other rights. Our licenses are
|
| 28 |
+
irrevocable. Licensors should read and understand the terms
|
| 29 |
+
and conditions of the license they choose before applying it.
|
| 30 |
+
Licensors should also secure all rights necessary before
|
| 31 |
+
applying our licenses so that the public can reuse the
|
| 32 |
+
material as expected. Licensors should clearly mark any
|
| 33 |
+
material not subject to the license. This includes other CC-
|
| 34 |
+
licensed material, or material used under an exception or
|
| 35 |
+
limitation to copyright. More considerations for licensors:
|
| 36 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 37 |
+
|
| 38 |
+
Considerations for the public: By using one of our public
|
| 39 |
+
licenses, a licensor grants the public permission to use the
|
| 40 |
+
licensed material under specified terms and conditions. If
|
| 41 |
+
the licensor's permission is not necessary for any reason--for
|
| 42 |
+
example, because of any applicable exception or limitation to
|
| 43 |
+
copyright--then that use is not regulated by the license. Our
|
| 44 |
+
licenses grant only permissions under copyright and certain
|
| 45 |
+
other rights that a licensor has authority to grant. Use of
|
| 46 |
+
the licensed material may still be restricted for other
|
| 47 |
+
reasons, including because others have copyright or other
|
| 48 |
+
rights in the material. A licensor may make special requests,
|
| 49 |
+
such as asking that all changes be marked or described.
|
| 50 |
+
Although not required by our licenses, you are encouraged to
|
| 51 |
+
respect those requests where reasonable. More considerations
|
| 52 |
+
for the public:
|
| 53 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 54 |
+
|
| 55 |
+
=======================================================================
|
| 56 |
+
|
| 57 |
+
Creative Commons Attribution 4.0 International Public License
|
| 58 |
+
|
| 59 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 60 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 61 |
+
Attribution 4.0 International Public License ("Public License"). To the
|
| 62 |
+
extent this Public License may be interpreted as a contract, You are
|
| 63 |
+
granted the Licensed Rights in consideration of Your acceptance of
|
| 64 |
+
these terms and conditions, and the Licensor grants You such rights in
|
| 65 |
+
consideration of benefits the Licensor receives from making the
|
| 66 |
+
Licensed Material available under these terms and conditions.
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
Section 1 -- Definitions.
|
| 70 |
+
|
| 71 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 72 |
+
Rights that is derived from or based upon the Licensed Material
|
| 73 |
+
and in which the Licensed Material is translated, altered,
|
| 74 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 75 |
+
permission under the Copyright and Similar Rights held by the
|
| 76 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 77 |
+
Material is a musical work, performance, or sound recording,
|
| 78 |
+
Adapted Material is always produced where the Licensed Material is
|
| 79 |
+
synched in timed relation with a moving image.
|
| 80 |
+
|
| 81 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 82 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 83 |
+
accordance with the terms and conditions of this Public License.
|
| 84 |
+
|
| 85 |
+
c. Copyright and Similar Rights means copyright and/or similar rights
|
| 86 |
+
closely related to copyright including, without limitation,
|
| 87 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 88 |
+
Rights, without regard to how the rights are labeled or
|
| 89 |
+
categorized. For purposes of this Public License, the rights
|
| 90 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 91 |
+
Rights.
|
| 92 |
+
|
| 93 |
+
d. Effective Technological Measures means those measures that, in the
|
| 94 |
+
absence of proper authority, may not be circumvented under laws
|
| 95 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 96 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 97 |
+
agreements.
|
| 98 |
+
|
| 99 |
+
e. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 100 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 101 |
+
that applies to Your use of the Licensed Material.
|
| 102 |
+
|
| 103 |
+
f. Licensed Material means the artistic or literary work, database,
|
| 104 |
+
or other material to which the Licensor applied this Public
|
| 105 |
+
License.
|
| 106 |
+
|
| 107 |
+
g. Licensed Rights means the rights granted to You subject to the
|
| 108 |
+
terms and conditions of this Public License, which are limited to
|
| 109 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 110 |
+
Licensed Material and that the Licensor has authority to license.
|
| 111 |
+
|
| 112 |
+
h. Licensor means the individual(s) or entity(ies) granting rights
|
| 113 |
+
under this Public License.
|
| 114 |
+
|
| 115 |
+
i. Share means to provide material to the public by any means or
|
| 116 |
+
process that requires permission under the Licensed Rights, such
|
| 117 |
+
as reproduction, public display, public performance, distribution,
|
| 118 |
+
dissemination, communication, or importation, and to make material
|
| 119 |
+
available to the public including in ways that members of the
|
| 120 |
+
public may access the material from a place and at a time
|
| 121 |
+
individually chosen by them.
|
| 122 |
+
|
| 123 |
+
j. Sui Generis Database Rights means rights other than copyright
|
| 124 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 125 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 126 |
+
as amended and/or succeeded, as well as other essentially
|
| 127 |
+
equivalent rights anywhere in the world.
|
| 128 |
+
|
| 129 |
+
k. You means the individual or entity exercising the Licensed Rights
|
| 130 |
+
under this Public License. Your has a corresponding meaning.
|
| 131 |
+
|
| 132 |
+
|
| 133 |
+
Section 2 -- Scope.
|
| 134 |
+
|
| 135 |
+
a. License grant.
|
| 136 |
+
|
| 137 |
+
1. Subject to the terms and conditions of this Public License,
|
| 138 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 139 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 140 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 141 |
+
|
| 142 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 143 |
+
in part; and
|
| 144 |
+
|
| 145 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 146 |
+
|
| 147 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 148 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 149 |
+
License does not apply, and You do not need to comply with
|
| 150 |
+
its terms and conditions.
|
| 151 |
+
|
| 152 |
+
3. Term. The term of this Public License is specified in Section
|
| 153 |
+
6(a).
|
| 154 |
+
|
| 155 |
+
4. Media and formats; technical modifications allowed. The
|
| 156 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 157 |
+
all media and formats whether now known or hereafter created,
|
| 158 |
+
and to make technical modifications necessary to do so. The
|
| 159 |
+
Licensor waives and/or agrees not to assert any right or
|
| 160 |
+
authority to forbid You from making technical modifications
|
| 161 |
+
necessary to exercise the Licensed Rights, including
|
| 162 |
+
technical modifications necessary to circumvent Effective
|
| 163 |
+
Technological Measures. For purposes of this Public License,
|
| 164 |
+
simply making modifications authorized by this Section 2(a)
|
| 165 |
+
(4) never produces Adapted Material.
|
| 166 |
+
|
| 167 |
+
5. Downstream recipients.
|
| 168 |
+
|
| 169 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 170 |
+
recipient of the Licensed Material automatically
|
| 171 |
+
receives an offer from the Licensor to exercise the
|
| 172 |
+
Licensed Rights under the terms and conditions of this
|
| 173 |
+
Public License.
|
| 174 |
+
|
| 175 |
+
b. No downstream restrictions. You may not offer or impose
|
| 176 |
+
any additional or different terms or conditions on, or
|
| 177 |
+
apply any Effective Technological Measures to, the
|
| 178 |
+
Licensed Material if doing so restricts exercise of the
|
| 179 |
+
Licensed Rights by any recipient of the Licensed
|
| 180 |
+
Material.
|
| 181 |
+
|
| 182 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 183 |
+
may be construed as permission to assert or imply that You
|
| 184 |
+
are, or that Your use of the Licensed Material is, connected
|
| 185 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 186 |
+
the Licensor or others designated to receive attribution as
|
| 187 |
+
provided in Section 3(a)(1)(A)(i).
|
| 188 |
+
|
| 189 |
+
b. Other rights.
|
| 190 |
+
|
| 191 |
+
1. Moral rights, such as the right of integrity, are not
|
| 192 |
+
licensed under this Public License, nor are publicity,
|
| 193 |
+
privacy, and/or other similar personality rights; however, to
|
| 194 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 195 |
+
assert any such rights held by the Licensor to the limited
|
| 196 |
+
extent necessary to allow You to exercise the Licensed
|
| 197 |
+
Rights, but not otherwise.
|
| 198 |
+
|
| 199 |
+
2. Patent and trademark rights are not licensed under this
|
| 200 |
+
Public License.
|
| 201 |
+
|
| 202 |
+
3. To the extent possible, the Licensor waives any right to
|
| 203 |
+
collect royalties from You for the exercise of the Licensed
|
| 204 |
+
Rights, whether directly or through a collecting society
|
| 205 |
+
under any voluntary or waivable statutory or compulsory
|
| 206 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 207 |
+
reserves any right to collect such royalties.
|
| 208 |
+
|
| 209 |
+
|
| 210 |
+
Section 3 -- License Conditions.
|
| 211 |
+
|
| 212 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 213 |
+
following conditions.
|
| 214 |
+
|
| 215 |
+
a. Attribution.
|
| 216 |
+
|
| 217 |
+
1. If You Share the Licensed Material (including in modified
|
| 218 |
+
form), You must:
|
| 219 |
+
|
| 220 |
+
a. retain the following if it is supplied by the Licensor
|
| 221 |
+
with the Licensed Material:
|
| 222 |
+
|
| 223 |
+
i. identification of the creator(s) of the Licensed
|
| 224 |
+
Material and any others designated to receive
|
| 225 |
+
attribution, in any reasonable manner requested by
|
| 226 |
+
the Licensor (including by pseudonym if
|
| 227 |
+
designated);
|
| 228 |
+
|
| 229 |
+
ii. a copyright notice;
|
| 230 |
+
|
| 231 |
+
iii. a notice that refers to this Public License;
|
| 232 |
+
|
| 233 |
+
iv. a notice that refers to the disclaimer of
|
| 234 |
+
warranties;
|
| 235 |
+
|
| 236 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 237 |
+
extent reasonably practicable;
|
| 238 |
+
|
| 239 |
+
b. indicate if You modified the Licensed Material and
|
| 240 |
+
retain an indication of any previous modifications; and
|
| 241 |
+
|
| 242 |
+
c. indicate the Licensed Material is licensed under this
|
| 243 |
+
Public License, and include the text of, or the URI or
|
| 244 |
+
hyperlink to, this Public License.
|
| 245 |
+
|
| 246 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 247 |
+
reasonable manner based on the medium, means, and context in
|
| 248 |
+
which You Share the Licensed Material. For example, it may be
|
| 249 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 250 |
+
hyperlink to a resource that includes the required
|
| 251 |
+
information.
|
| 252 |
+
|
| 253 |
+
3. If requested by the Licensor, You must remove any of the
|
| 254 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 255 |
+
reasonably practicable.
|
| 256 |
+
|
| 257 |
+
4. If You Share Adapted Material You produce, the Adapter's
|
| 258 |
+
License You apply must not prevent recipients of the Adapted
|
| 259 |
+
Material from complying with this Public License.
|
| 260 |
+
|
| 261 |
+
|
| 262 |
+
Section 4 -- Sui Generis Database Rights.
|
| 263 |
+
|
| 264 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 265 |
+
apply to Your use of the Licensed Material:
|
| 266 |
+
|
| 267 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 268 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 269 |
+
portion of the contents of the database;
|
| 270 |
+
|
| 271 |
+
b. if You include all or a substantial portion of the database
|
| 272 |
+
contents in a database in which You have Sui Generis Database
|
| 273 |
+
Rights, then the database in which You have Sui Generis Database
|
| 274 |
+
Rights (but not its individual contents) is Adapted Material; and
|
| 275 |
+
|
| 276 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 277 |
+
all or a substantial portion of the contents of the database.
|
| 278 |
+
|
| 279 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 280 |
+
replace Your obligations under this Public License where the Licensed
|
| 281 |
+
Rights include other Copyright and Similar Rights.
|
| 282 |
+
|
| 283 |
+
|
| 284 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 285 |
+
|
| 286 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 287 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 288 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 289 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 290 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 291 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 292 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 293 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 294 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 295 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 296 |
+
|
| 297 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 298 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 299 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 300 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 301 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 302 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 303 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 304 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 305 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 306 |
+
|
| 307 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 308 |
+
above shall be interpreted in a manner that, to the extent
|
| 309 |
+
possible, most closely approximates an absolute disclaimer and
|
| 310 |
+
waiver of all liability.
|
| 311 |
+
|
| 312 |
+
|
| 313 |
+
Section 6 -- Term and Termination.
|
| 314 |
+
|
| 315 |
+
a. This Public License applies for the term of the Copyright and
|
| 316 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 317 |
+
this Public License, then Your rights under this Public License
|
| 318 |
+
terminate automatically.
|
| 319 |
+
|
| 320 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 321 |
+
Section 6(a), it reinstates:
|
| 322 |
+
|
| 323 |
+
1. automatically as of the date the violation is cured, provided
|
| 324 |
+
it is cured within 30 days of Your discovery of the
|
| 325 |
+
violation; or
|
| 326 |
+
|
| 327 |
+
2. upon express reinstatement by the Licensor.
|
| 328 |
+
|
| 329 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 330 |
+
right the Licensor may have to seek remedies for Your violations
|
| 331 |
+
of this Public License.
|
| 332 |
+
|
| 333 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 334 |
+
Licensed Material under separate terms or conditions or stop
|
| 335 |
+
distributing the Licensed Material at any time; however, doing so
|
| 336 |
+
will not terminate this Public License.
|
| 337 |
+
|
| 338 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 339 |
+
License.
|
| 340 |
+
|
| 341 |
+
|
| 342 |
+
Section 7 -- Other Terms and Conditions.
|
| 343 |
+
|
| 344 |
+
a. The Licensor shall not be bound by any additional or different
|
| 345 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 346 |
+
|
| 347 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 348 |
+
Licensed Material not stated herein are separate from and
|
| 349 |
+
independent of the terms and conditions of this Public License.
|
| 350 |
+
|
| 351 |
+
|
| 352 |
+
Section 8 -- Interpretation.
|
| 353 |
+
|
| 354 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 355 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 356 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 357 |
+
be made without permission under this Public License.
|
| 358 |
+
|
| 359 |
+
b. To the extent possible, if any provision of this Public License is
|
| 360 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 361 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 362 |
+
cannot be reformed, it shall be severed from this Public License
|
| 363 |
+
without affecting the enforceability of the remaining terms and
|
| 364 |
+
conditions.
|
| 365 |
+
|
| 366 |
+
c. No term or condition of this Public License will be waived and no
|
| 367 |
+
failure to comply consented to unless expressly agreed to by the
|
| 368 |
+
Licensor.
|
| 369 |
+
|
| 370 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 371 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 372 |
+
that apply to the Licensor or You, including from the legal
|
| 373 |
+
processes of any jurisdiction or authority.
|
| 374 |
+
|
| 375 |
+
|
| 376 |
+
=======================================================================
|
| 377 |
+
|
| 378 |
+
Creative Commons is not a party to its public
|
| 379 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 380 |
+
its public licenses to material it publishes and in those instances
|
| 381 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 382 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 383 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 384 |
+
material is shared under a Creative Commons public license or as
|
| 385 |
+
otherwise permitted by the Creative Commons policies published at
|
| 386 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 387 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 388 |
+
of Creative Commons without its prior written consent including,
|
| 389 |
+
without limitation, in connection with any unauthorized modifications
|
| 390 |
+
to any of its public licenses or any other arrangements,
|
| 391 |
+
understandings, or agreements concerning use of licensed material. For
|
| 392 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 393 |
+
public licenses.
|
| 394 |
+
|
| 395 |
+
Creative Commons may be contacted at creativecommons.org.
|
| 396 |
+
|
LICENSES/NVIDIA-OPEN-MODEL-AGREEMENT-2026-04-02.pdf
ADDED
|
Binary file (66.8 kB). View file
|
|
|
LICENSES/NVIDIA-OPEN-MODEL-LICENSE.html
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
NOTICE
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Licensed by NVIDIA Corporation under the NVIDIA Open Model License.
|
| 2 |
+
|
| 3 |
+
Upstream work: PersonaPlex 7B v1 by NVIDIA Corporation.
|
| 4 |
+
Upstream repository: https://huggingface.co/nvidia/personaplex-7b-v1
|
| 5 |
+
Upstream source code: https://github.com/NVIDIA/personaplex
|
| 6 |
+
Upstream base model: https://huggingface.co/kyutai/moshiko-pytorch-bf16
|
| 7 |
+
|
| 8 |
+
This repository is an independently maintained, byte-identical mirror of the
|
| 9 |
+
listed upstream revision. It is not an NVIDIA repository and NVIDIA does not
|
| 10 |
+
endorse this mirror.
|
PROVENANCE.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"kind": "personaplex-upstream-raw-mirror-provenance",
|
| 4 |
+
"upstream": {
|
| 5 |
+
"repo_id": "nvidia/personaplex-7b-v1",
|
| 6 |
+
"revision": "fdaf4090a61cb315c138a1faee287ffd6c716309",
|
| 7 |
+
"acquired_at": "2026-07-20T01:49:36Z"
|
| 8 |
+
},
|
| 9 |
+
"mirror": {
|
| 10 |
+
"repo_id": "cudabenchmarktest/personaplex-7b-v1-raw-mirror",
|
| 11 |
+
"visibility": "public",
|
| 12 |
+
"gated": false
|
| 13 |
+
},
|
| 14 |
+
"transformations": [],
|
| 15 |
+
"weight_identity": {
|
| 16 |
+
"path": "model.safetensors",
|
| 17 |
+
"bytes": 16742874000,
|
| 18 |
+
"sha256": "db1290db583cdaa6cb4de444ed279e0b586ca2a372b41434b07a7461c8c0e2f4"
|
| 19 |
+
}
|
| 20 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: nvidia-open-model-license
|
| 4 |
+
license_link: https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- nvidia/personaplex-7b-v1
|
| 9 |
+
- kyutai/moshiko-pytorch-bf16
|
| 10 |
+
library_name: moshi
|
| 11 |
+
pipeline_tag: audio-to-audio
|
| 12 |
+
tags:
|
| 13 |
+
- personaplex
|
| 14 |
+
- moshi
|
| 15 |
+
- speech-to-speech
|
| 16 |
+
- full-duplex
|
| 17 |
+
- raw-weights
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# PersonaPlex 7B v1 raw-weight mirror
|
| 21 |
+
|
| 22 |
+
This is a public, ungated, byte-identical mirror of the model artifacts from
|
| 23 |
+
[`nvidia/personaplex-7b-v1`](https://huggingface.co/nvidia/personaplex-7b-v1)
|
| 24 |
+
at immutable upstream revision
|
| 25 |
+
`fdaf4090a61cb315c138a1faee287ffd6c716309`.
|
| 26 |
+
|
| 27 |
+
This mirror exists to make reproducible deployment, quantization, adapter
|
| 28 |
+
training, and research automation possible without silently substituting the
|
| 29 |
+
historical `student_best.pt` derivative. It is independently maintained and is
|
| 30 |
+
not an NVIDIA repository.
|
| 31 |
+
|
| 32 |
+
## Integrity and provenance
|
| 33 |
+
|
| 34 |
+
| Artifact | Bytes | SHA-256 |
|
| 35 |
+
|---|---:|---|
|
| 36 |
+
| `model.safetensors` | 16,742,874,000 | `db1290db583cdaa6cb4de444ed279e0b586ca2a372b41434b07a7461c8c0e2f4` |
|
| 37 |
+
| `tokenizer-e351c8d8-checkpoint125.safetensors` | 384,644,900 | `09b782f0629851a271227fb9d36db65c041790365f11bbe5d3d59369cf863f50` |
|
| 38 |
+
| `tokenizer_spm_32k_3.model` | 552,778 | `78d4336533ddc26f9acf7250d7fb83492152196c6ea4212c841df76933f18d2d` |
|
| 39 |
+
| `voices.tgz` | 6,095,521 | `8564e9ca7a06ca723b07c3a77c623f0faa5937d04b2647b3a727b06c5ca0b7bb` |
|
| 40 |
+
|
| 41 |
+
`PROVENANCE.json` records the upstream revision and transformation status.
|
| 42 |
+
`UPSTREAM_SHA256SUMS` covers every mirrored upstream file. The original NVIDIA
|
| 43 |
+
model card is preserved as `UPSTREAM_README.md`.
|
| 44 |
+
|
| 45 |
+
## Use
|
| 46 |
+
|
| 47 |
+
```bash
|
| 48 |
+
pip install moshi
|
| 49 |
+
python -m moshi.server --hf-repo cudabenchmarktest/personaplex-7b-v1-raw-mirror
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
For the maintained PersonaPlex runtime and source instructions, use
|
| 53 |
+
[`NVIDIA/personaplex`](https://github.com/NVIDIA/personaplex).
|
| 54 |
+
|
| 55 |
+
## What this repository is not
|
| 56 |
+
|
| 57 |
+
- It is not the historical `cudabenchmarktest/personaplex-7b-nf4-distilled`
|
| 58 |
+
checkpoint. That file is a BF16-derived training artifact with a different
|
| 59 |
+
byte size and SHA-256.
|
| 60 |
+
- It is not an NF4 conversion.
|
| 61 |
+
- It contains no semantic-control adapter and makes no semantic-control quality
|
| 62 |
+
claim.
|
| 63 |
+
- It has not modified, merged, pruned, quantized, or fine-tuned the raw weights.
|
| 64 |
+
|
| 65 |
+
## License
|
| 66 |
+
|
| 67 |
+
Use and redistribution are governed by the
|
| 68 |
+
[NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/).
|
| 69 |
+
The required NVIDIA attribution is in `NOTICE`, and copies of the governing
|
| 70 |
+
license materials are under `LICENSES/`. Additional base-model attribution is
|
| 71 |
+
in `THIRD_PARTY_NOTICES.md`.
|
THIRD_PARTY_NOTICES.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Third-party notices
|
| 2 |
+
|
| 3 |
+
PersonaPlex is based on Moshi/Moshiko. The upstream PersonaPlex model card lists
|
| 4 |
+
`kyutai/moshiko-pytorch-bf16` as the base model and identifies CC BY 4.0 as
|
| 5 |
+
additional governing information. A copy of CC BY 4.0 is included under
|
| 6 |
+
`LICENSES/CC-BY-4.0.txt`.
|
| 7 |
+
|
| 8 |
+
The authoritative upstream model card is preserved byte-for-byte as
|
| 9 |
+
`UPSTREAM_README.md`. Components with separate notices remain governed by those
|
| 10 |
+
notices.
|
UPSTREAM_README.md
ADDED
|
@@ -0,0 +1,218 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: nvidia-open-model-license
|
| 4 |
+
license_link: >-
|
| 5 |
+
https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
base_model:
|
| 9 |
+
- kyutai/moshiko-pytorch-bf16
|
| 10 |
+
library_name: moshi
|
| 11 |
+
extra_gated_prompt: >-
|
| 12 |
+
GOVERNING TERMS: Use of this model is governed by the [NVIDIA Open Model
|
| 13 |
+
License
|
| 14 |
+
Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/).
|
| 15 |
+
ADDITIONAL INFORMATION:
|
| 16 |
+
[CC-BY-4.0](https://huggingface.co/kyutai/moshiko-pytorch-bf16).
|
| 17 |
+
pipeline_tag: audio-to-audio
|
| 18 |
+
tags:
|
| 19 |
+
- speech-to-speech
|
| 20 |
+
- agent
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# PersonaPlex: Voice and role control for full duplex conversational speech models
|
| 24 |
+
|
| 25 |
+
<style>
|
| 26 |
+
h1, h2, h3, h4, h5, h6 {
|
| 27 |
+
color: #76b900; /* NVIDIA green */
|
| 28 |
+
font-weight: 700;
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
hr {
|
| 32 |
+
border: none;
|
| 33 |
+
border-top: 1px solid #e5e7eb;
|
| 34 |
+
margin: 2rem 0;
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
/* Improve list spacing */
|
| 38 |
+
ul, ol {
|
| 39 |
+
margin-top: 0.5rem;
|
| 40 |
+
margin-bottom: 0.5rem;
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
/* Badge alignment consistency */
|
| 44 |
+
img {
|
| 45 |
+
display: inline;
|
| 46 |
+
vertical-align: middle;
|
| 47 |
+
}
|
| 48 |
+
</style>
|
| 49 |
+
|
| 50 |
+
➡️ **Code:** [nvidia/personaplex](https://github.com/NVIDIA/personaplex) <br>
|
| 51 |
+
➡️ **Demo:** [PersonaPlex Project Page](https://research.nvidia.com/labs/adlr/personaplex/) <br>
|
| 52 |
+
➡️ **Paper:** [PersonaPlex Preprint](https://arxiv.org/abs/2602.06053) <br>
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
### Description:
|
| 56 |
+
Personaplex is a real-time speech-to-speech conversational model that jointly performs streaming speech understanding and speech generation. The model operates on continuous audio encoded with a neural codec and predicts both text tokens and audio tokens autoregressively to produce its spoken responses. Incoming user audio is incrementally encoded and fed to the model while Personaplex simultaneously generates its own outgoing speech, enabling natural conversational dynamics such as interruptions, barge-ins, overlaps, and rapid turn-taking.
|
| 57 |
+
Personaplex runs in a dual-stream configuration in which listening and speaking occur concurrently. This design allows the model to update its internal state based on the user’s ongoing speech while still producing fluent output audio, supporting highly interactive conversations.
|
| 58 |
+
Before the conversation begins, Personaplex is conditioned on two prompts: a voice prompt and a text prompt. The voice prompt consists of a sequence of audio tokens that establish the target vocal characteristics and speaking style. The text prompt specifies persona attributes such as role, background, and scenario context. Together, these prompts define the model's conversational identity and guide its linguistic and acoustic behavior throughout the interaction.
|
| 59 |
+
|
| 60 |
+
This model is ready for commercial use.
|
| 61 |
+
|
| 62 |
+
## Explore more from NVIDIA:
|
| 63 |
+
For documentation, deployment guides, enterprise-ready APIs, and the latest open models—including Nemotron and other cutting-edge speech, translation, and generative AI—visit the NVIDIA Developer Portal at [developer.nvidia.com](https://developer.nvidia.com/).
|
| 64 |
+
Join the community to access tools, support, and resources to accelerate your development with NVIDIA's NeMo, Riva, NIM, and foundation models.<br>
|
| 65 |
+
|
| 66 |
+
What is [Nemotron](https://www.nvidia.com/en-us/ai-data-science/foundation-models/nemotron/)?<br>
|
| 67 |
+
NVIDIA Developer [Nemotron](https://developer.nvidia.com/nemotron)<br>
|
| 68 |
+
[NVIDIA Riva Speech](https://developer.nvidia.com/riva?sortBy=developer_learning_library%2Fsort%2Ffeatured_in.riva%3Adesc%2Ctitle%3Aasc#demos)<br>
|
| 69 |
+
[NeMo Documentation](https://docs.nvidia.com/nemo-framework/user-guide/latest/nemotoolkit/asr/models.html)<br>
|
| 70 |
+
|
| 71 |
+
### License/Terms of Use:
|
| 72 |
+
GOVERNING TERMS: Use of this model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). ADDITIONAL INFORMATION: [CC-BY-4.0](https://huggingface.co/kyutai/moshiko-pytorch-bf16).
|
| 73 |
+
|
| 74 |
+
### Use Case: <br>
|
| 75 |
+
Wherever NVIDIA’s speech-to-speech conversational models are used, PersonaPlex can generate English speech response for English speech input.
|
| 76 |
+
|
| 77 |
+
### Deployment Geography:
|
| 78 |
+
Global
|
| 79 |
+
|
| 80 |
+
### Release Date: <br>
|
| 81 |
+
Hugging Face [01/15/2026] via [[https://huggingface.co/nvidia/personaplex-7b-v1](https://huggingface.co/nvidia/personaplex-7b-v1)] <br>
|
| 82 |
+
Github [01/15/2026] via [[https://github.com/NVIDIA/personaplex](https://github.com/NVIDIA/personaplex)] <br>
|
| 83 |
+
|
| 84 |
+
|
| 85 |
+
## Model Architecture:
|
| 86 |
+
**Architecture Type:** Transformer <br>
|
| 87 |
+
|
| 88 |
+
**Network Architecture:** [Moshi](https://github.com/kyutai-labs/moshi) <br>
|
| 89 |
+
|
| 90 |
+
Moshi uses:
|
| 91 |
+
* Mimi Speech Encoder (ConvNet, Transformer)
|
| 92 |
+
* Moshi Temporal Transformer + Depth Transformer
|
| 93 |
+
* Mimi Speech Decoder (Transformer, ConvNet)
|
| 94 |
+
|
| 95 |
+
** This model was developed based on [Moshi (Moshiko weights)](https://huggingface.co/kyutai/moshiko-pytorch-bf16) <br>
|
| 96 |
+
** Number of model parameters: 7B <br>
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
## Input(s): <br>
|
| 100 |
+
**Input Type(s):** Text (prompt), Audio (user speech) <br>
|
| 101 |
+
**Input Format:** String, WAV/WebAudio <br>
|
| 102 |
+
**Input Parameters:** One-Dimensional (1D) <br>
|
| 103 |
+
**Other Properties Related to Input:** 24kHz sample rate for audio. <br>
|
| 104 |
+
|
| 105 |
+
## Output(s)
|
| 106 |
+
**Output Type(s):** Text (agent text), Audio (agent speech) <br>
|
| 107 |
+
**Output Format:** String, WAV/WebAudio <br>
|
| 108 |
+
**Output Parameters:** One-Dimensional (1D) <br>
|
| 109 |
+
**Other Properties Related to Output:** 24kHz sample rate for audio. <br>
|
| 110 |
+
|
| 111 |
+
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions. <br>
|
| 112 |
+
|
| 113 |
+
## Software Integration:
|
| 114 |
+
**Runtime Engine:** PyTorch <br>
|
| 115 |
+
|
| 116 |
+
**Supported Hardware Microarchitecture Compatibility:** <br>
|
| 117 |
+
* NVIDIA Ampere (A100)
|
| 118 |
+
* NVIDIA Hopper (H100)
|
| 119 |
+
|
| 120 |
+
**Preferred/Supported Operating System(s):**
|
| 121 |
+
* Linux
|
| 122 |
+
|
| 123 |
+
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment. <br>
|
| 124 |
+
|
| 125 |
+
## Model Version(s):
|
| 126 |
+
* v1.0
|
| 127 |
+
|
| 128 |
+
## Training, Testing, and Evaluation Datasets:
|
| 129 |
+
|
| 130 |
+
### Training Dataset:
|
| 131 |
+
**Link:** Fisher English: [Part1](https://catalog.ldc.upenn.edu/LDC2004S13), [Part2](https://catalog.ldc.upenn.edu/LDC2005S13) <br>
|
| 132 |
+
**Data Modality:** Audio (speech) <br>
|
| 133 |
+
**Audio Training Data Size:** Less than 10,000 Hours <br>
|
| 134 |
+
**Data Collection Method by dataset:** Human <br>
|
| 135 |
+
**Labeling Method by dataset:** Automated <br>
|
| 136 |
+
**Properties:** 7303 conversations (upto 10 minutes each).
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
### Testing/Evaluation Dataset:
|
| 140 |
+
**Link:** [FullDuplexBench](https://arxiv.org/abs/2503.04721) <br>
|
| 141 |
+
**Data Collection Method by dataset:** Hybrid: Human, Synthetic, Automated. <br>
|
| 142 |
+
**Labeling Method by dataset:** Automated. <br>
|
| 143 |
+
**Properties:** The [FullDuplexBench](https://arxiv.org/abs/2503.04721) public benchmark aggregates various synthetic and real datasets. <br>
|
| 144 |
+
Additionally speaker similarity (SSIM) between voice prompts and model outputs on the User Interruption portion of the FullDuplexBench benchmark were measured using [WavLM-TDNN](https://arxiv.org/pdf/2110.13900) embedding cosine similarity.
|
| 145 |
+
|
| 146 |
+
**FullDuplexBench Benchmark Scores:** <br>
|
| 147 |
+
| Metric | Value |
|
| 148 |
+
|------------------------------------------|-------|
|
| 149 |
+
| Pause Handling(Synthetic): TOR↓ | 0.358 |
|
| 150 |
+
| Pause Handling(Candor): TOR↓ | 0.431 |
|
| 151 |
+
| Backchannel: TOR↓ | 0.273 |
|
| 152 |
+
| Backchannel: Freq↑ | 0.042 |
|
| 153 |
+
| Backchannel: JSD↓ | 0.662 |
|
| 154 |
+
| Smooth Turn Taking: TOR↑ | 0.908 |
|
| 155 |
+
| Smooth Turn Taking: Latency↓ | 0.170 |
|
| 156 |
+
| User Interruption: TOR↑ | 0.950 |
|
| 157 |
+
| User Interruption: GPT-4o↑ | 4.290 |
|
| 158 |
+
| User Interruption: Latency↓ | 0.240 |
|
| 159 |
+
| User Interruption: SSIM(WavLM)↑ | 0.650 |
|
| 160 |
+
|
| 161 |
+
|
| 162 |
+
**Comparison With Other Conversational AI Systems:**
|
| 163 |
+
PersonaPlex outperforms other open-source and commercial systems on conversational dynamics, response and interruption latency, and task adherence in both question-answering assistant and customer service roles.
|
| 164 |
+
|
| 165 |
+
<figure align="center">
|
| 166 |
+
<img src="figures/results_conversation_dynamics.png" width="1000" />
|
| 167 |
+
<figcaption>
|
| 168 |
+
FullDuplexBench Conversational Dynamics Evaluation. Success rate uses the Takeover Rate (TOR) metric for Smooth Turn-Taking and User Interruption, and 1-TOR for Pause Handling.
|
| 169 |
+
</figcaption>
|
| 170 |
+
</figure>
|
| 171 |
+
|
| 172 |
+
<figure align="center">
|
| 173 |
+
<img src="figures/results_latency.png" width="1000" />
|
| 174 |
+
<figcaption>
|
| 175 |
+
FullDuplexBench Latency Evaluation. Smooth turn-taking latency is measured as the duration from when the user stops speaking to when the agent starts responding. User interruption latency is measured as the duration from when the user interrupts the agent while it is speaking to when the agent stops speaking.
|
| 176 |
+
</figcaption>
|
| 177 |
+
</figure>
|
| 178 |
+
|
| 179 |
+
<figure align="center">
|
| 180 |
+
<img src="figures/results_task_adherence.png" width="1000" />
|
| 181 |
+
<figcaption>
|
| 182 |
+
Task Adherence Evaluation. FullDuplexBench scores are based on general knowledge question-answering in the "User Interruption" category. ServiceDuplexBench (to be released soon) scores are based on varied customer service scenarios. GPT-4o is used to judge the content of agent responses.
|
| 183 |
+
</figcaption>
|
| 184 |
+
</figure>
|
| 185 |
+
|
| 186 |
+
# Inference:
|
| 187 |
+
**Acceleration Engine:** PyTorch <br>
|
| 188 |
+
**Test Hardware:** NVIDIA A100 80 GB <br>
|
| 189 |
+
|
| 190 |
+
|
| 191 |
+
## Ethical Considerations:
|
| 192 |
+
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse. <br>
|
| 193 |
+
|
| 194 |
+
For more detailed information on ethical considerations for this model, please see the Model Card++
|
| 195 |
+
[Bias](bias.md),
|
| 196 |
+
[Explainability](explainability.md),
|
| 197 |
+
[Safety & Security](safety.md),
|
| 198 |
+
and [Privacy](privacy.md) Subcards. <br>
|
| 199 |
+
|
| 200 |
+
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|
| 201 |
+
|
| 202 |
+
## Citation
|
| 203 |
+
If you use PersonaPlex in your research, please cite our paper:
|
| 204 |
+
```bibtex
|
| 205 |
+
@misc{roy2026personaplexvoicerolecontrol,
|
| 206 |
+
title={PersonaPlex: Voice and Role Control for Full Duplex Conversational Speech Models},
|
| 207 |
+
author={Rajarshi Roy and Jonathan Raiman and Sang-gil Lee and Teodor-Dumitru Ene and Robert Kirby and Sungwon Kim and Jaehyeon Kim and Bryan Catanzaro},
|
| 208 |
+
year={2026},
|
| 209 |
+
eprint={2602.06053},
|
| 210 |
+
archivePrefix={arXiv},
|
| 211 |
+
primaryClass={cs.CL},
|
| 212 |
+
url={https://arxiv.org/abs/2602.06053},
|
| 213 |
+
}
|
| 214 |
+
```
|
| 215 |
+
|
| 216 |
+
## References(s):
|
| 217 |
+
1. [Moshi and Mimi](https://arxiv.org/pdf/2410.00037) <br>
|
| 218 |
+
2. [FullDuplexBench](https://arxiv.org/abs/2503.04721) <br>
|
UPSTREAM_SHA256SUMS
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
f75ce98ed382f1d6c04774da0789866e18eba9175ae0db00d35923b4839925a3 ./.gitattributes
|
| 2 |
+
9af15fd1599e7231b112304a532f625008430d6219e7ac6d523a2807e9c08376 ./README.md
|
| 3 |
+
aea3cf1e5fadc65a07cdf3c4ef6a729679a6283cd8960e9a9aead67cffe870fd ./bias.md
|
| 4 |
+
2d1cfef43c2cec307f2a3c7f7835b69a87c685261e785549e2c6558f811e1b08 ./config.json
|
| 5 |
+
8de47fe2477491fac3dca404185d0430c8d39f9e0daf4c90ada5f03fdf830f45 ./dist.tgz
|
| 6 |
+
97f9027e2d25d0534f06bad1dacc895eabbc16a4dea3b571893c8be028d63d08 ./explainability.md
|
| 7 |
+
1ae3468de4cc8a886bfaddae28c6994075a75127b95c8892acb0ea46b7d6ff96 ./figures/.DS_Store
|
| 8 |
+
93cc850f6bd2c0d07c43d40ac2166b6ba20ee585d4c856d09fb4eff706fd0204 ./figures/results_conversation_dynamics.png
|
| 9 |
+
ffaed271517d2355566f1da635d3bbdc02fbee82077f210e8806ff057bb98850 ./figures/results_latency.png
|
| 10 |
+
5a7e19c9f045fa87b3cb5edec87b5e854901dcb589f00c291cb11fbd5d0adfba ./figures/results_task_adherence.png
|
| 11 |
+
db1290db583cdaa6cb4de444ed279e0b586ca2a372b41434b07a7461c8c0e2f4 ./model.safetensors
|
| 12 |
+
37eb20a609fa901bd86301a4d58082bf4e11daeee344943518c8500467b9f102 ./privacy.md
|
| 13 |
+
d2a00bad1c1a60fff35656fe7facfa914657522bd268c185dffec7cf2d8595da ./safety.md
|
| 14 |
+
09b782f0629851a271227fb9d36db65c041790365f11bbe5d3d59369cf863f50 ./tokenizer-e351c8d8-checkpoint125.safetensors
|
| 15 |
+
78d4336533ddc26f9acf7250d7fb83492152196c6ea4212c841df76933f18d2d ./tokenizer_spm_32k_3.model
|
| 16 |
+
8564e9ca7a06ca723b07c3a77c623f0faa5937d04b2647b3a727b06c5ca0b7bb ./voices.tgz
|
bias.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Field | Response
|
| 2 |
+
:---------------------------------------------------------------------------------------------------|:---------------
|
| 3 |
+
Participation considerations from adversely impacted groups [protected classes](https://www.senate.ca.gov/content/protected-classes) in model design and testing: | None
|
| 4 |
+
Measures taken to mitigate against unwanted bias: | None
|
| 5 |
+
Bias Metric (If Measured): | None
|
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "personaplex",
|
| 3 |
+
"version": "7b-v1"
|
| 4 |
+
}
|
dist.tgz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8de47fe2477491fac3dca404185d0430c8d39f9e0daf4c90ada5f03fdf830f45
|
| 3 |
+
size 598195
|
explainability.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Field | Response
|
| 2 |
+
:------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------
|
| 3 |
+
Intended Task/Domain: | Speech To Speech Conversational Chat Agent
|
| 4 |
+
Model Type: | Speech Encoder (ConvNet, Transformer), Temporal Transformer, Depth Transfomer, Speech Decoder (ConvNet, Transformer)
|
| 5 |
+
Intended Users: | People working with conversational AI systems that respond to user speech with generated speech (and optionally accompanying text).
|
| 6 |
+
Output: | Speech, Text
|
| 7 |
+
Describe how the model works: | Personaplex is a real-time speech-to-speech conversational model that jointly performs streaming speech understanding and speech generation. The model operates on continuous audio encoded with a neural codec and predicts both text tokens and audio tokens autoregressively to produce its spoken responses. Incoming user audio is incrementally encoded and fed to the model while Personaplex simultaneously generates its own outgoing speech, enabling natural conversational dynamics such as interruptions, barge-ins, overlaps, and rapid turn-taking.<br> Personaplex runs in a dual-stream configuration in which listening and speaking occur concurrently. This design allows the model to update its internal state based on the user’s ongoing speech while still producing fluent output audio, supporting highly interactive conversations. <br> Prior to conversation, Personaplex is conditioned on two prompts: a voice prompt and a text prompt. The voice prompt consists of a sequence of audio tokens that establish the target vocal characteristics and speaking style. The text prompt specifies persona attributes such as role, background, and scenario context. Together, these prompts define the model's conversational identity and guide its linguistic and acoustic behavior throughout the interaction.
|
| 8 |
+
Name the adversely impacted groups this has been tested to deliver comparable outcomes regardless of: | Not Applicable
|
| 9 |
+
Technical Limitations & Mitigation: | Personaplex is trained with a 2048-token context window, corresponding to roughly 160 seconds of audio. Conversational context beyond this window may not be retained reliably.<br> The model’s knowledge and linguistic competence derive from its underlying Moshi base model. As a result, Personaplex may produce inaccurate or outdated responses and does not have access to recent events or comprehensive world knowledge. <br>Personaplex was not explicitly trained for reasoning or alignment. Its performance on tasks requiring multi-step reasoning, arithmetic, or safety-aligned behavior may therefore be limited.
|
| 10 |
+
Verified to have met prescribed NVIDIA quality standards: | Yes
|
| 11 |
+
Performance Metrics: | Conversational dynamics metrics include takeover rate (TOR); latency (seconds) for interruptions, pause handling, and turn-taking; frequency and Jensen–Shannon divergence (JSD) for backchannels; question-answering accuracy (score); and speaker similarity (SSIM).
|
| 12 |
+
Potential Known Risks: | The model may present errors in speech understanding and/or pronunciation. Additionally, the training data consists exclusively of English speech. The model is not expected to generalize well to non-English languages. Personaplex was trained primarily on assistant-style, customer service, and general conversational interactions. Its behavior may degrade when applied outside these domains. For security and privacy reasons, Personaplex does not support generating voice prompts from real user voice recordings.
|
| 13 |
+
Licensing: | GOVERNING TERMS: Use of this model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). ADDITIONAL INFORMATION: [CC-BY-4.0](https://huggingface.co/kyutai/moshiko-pytorch-bf16).
|
figures/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
figures/results_conversation_dynamics.png
ADDED
|
Git LFS Details
|
figures/results_latency.png
ADDED
|
Git LFS Details
|
figures/results_task_adherence.png
ADDED
|
Git LFS Details
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db1290db583cdaa6cb4de444ed279e0b586ca2a372b41434b07a7461c8c0e2f4
|
| 3 |
+
size 16742874000
|
privacy.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Field | Response
|
| 2 |
+
:----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------
|
| 3 |
+
Generatable or reverse engineerable personal data? | No
|
| 4 |
+
Personal data used to create this model? | Yes - Voice
|
| 5 |
+
Was consent obtained for any personal data used? | Yes
|
| 6 |
+
How often is dataset reviewed? | During dataset creation, model training, evaluation and before release
|
| 7 |
+
Is a mechanism in place to honor data subject right of access or deletion of personal data? | Yes
|
| 8 |
+
If personal data was collected for the development of the model, was it collected directly by NVIDIA? | Yes
|
| 9 |
+
If personal data was collected for the development of the model by NVIDIA, do you maintain or have access to disclosures made to data subjects? | Yes
|
| 10 |
+
If personal data was collected for the development of this AI model, was it minimized to only what was required? | Yes
|
| 11 |
+
Was data from user interactions with the AI model (e.g. user input and prompts) used to train the model? | No
|
| 12 |
+
Is there provenance for all datasets used in training? | Yes
|
| 13 |
+
Does data labeling (annotation, metadata) comply with privacy laws? | Yes
|
| 14 |
+
Is data compliant with data subject requests for data correction or removal, if such a request was made? | Yes
|
| 15 |
+
Applicable Privacy Policy | https://www.nvidia.com/en-us/about-nvidia/privacy-policy/
|
safety.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Field | Response
|
| 2 |
+
:---------------------------------------------------|:----------------------------------
|
| 3 |
+
Model Application Field(s): | Speech To Speech Conversational Systems
|
| 4 |
+
Describe the life critical impact (if present). | Not Applicable
|
| 5 |
+
Use Case Restrictions: | Abide by [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). ADDITIONAL INFORMATION: [CC-BY-4.0](https://huggingface.co/kyutai/moshiko-pytorch-bf16).
|
| 6 |
+
Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to.
|
tokenizer-e351c8d8-checkpoint125.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09b782f0629851a271227fb9d36db65c041790365f11bbe5d3d59369cf863f50
|
| 3 |
+
size 384644900
|
tokenizer_spm_32k_3.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78d4336533ddc26f9acf7250d7fb83492152196c6ea4212c841df76933f18d2d
|
| 3 |
+
size 552778
|
voices.tgz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8564e9ca7a06ca723b07c3a77c623f0faa5937d04b2647b3a727b06c5ca0b7bb
|
| 3 |
+
size 6095521
|