Zihan428 commited on
Commit
9a09441
·
verified ·
1 Parent(s): 3e84857

Update model card

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - es
4
+ tags:
5
+ - chatterbox
6
+ - text-to-speech
7
+ - tts
8
+ - multilingual
9
+ - private-candidate
10
+ pipeline_tag: text-to-speech
11
+ ---
12
+
13
+ # Chatterbox Multilingual ES-ES
14
+
15
+ Private Chatterbox multilingual T3 candidate weights for Spanish (Spain).
16
+
17
+ ## Files
18
+
19
+ - `t3_es_es.safetensors`: T3 state dict in safetensors format.
20
+
21
+ ## Language
22
+
23
+ - Locale: `es-ES`
24
+
25
+ ## Checkpoint Metadata
26
+
27
+ - Source step: `135500`
28
+ - Source checkpoint: `t3_135500.pth.tar`
29
+ - Tensor count: `292`
30
+ - Dtype: `float32`
31
+ - Text embedding shape: `(2454, 1024)`
32
+ - Speech embedding shape: `(8194, 1024)`
33
+ - Size: `2143990264` bytes
34
+ - SHA256: `d85844b13ea8cb45e95b8d84a55bcfeccb2d743035cf304ee3d778fc6be39546`
35
+
36
+ ## Loader Notes
37
+
38
+ This file is intended to be loaded by the Chatterbox multilingual T3 loader with the shared Chatterbox assets and tokenizer config. It uses the multilingual vocabulary shape `2454` and S3 speech vocabulary shape `8194`.
39
+
40
+ This repository is private while the model candidate is under review.