victan commited on
Commit
e383f2b
1 Parent(s): b24629e

Upload seamless_communication/cards/vocoder_36langs.yaml with huggingface_hub

Browse files
seamless_communication/cards/vocoder_36langs.yaml ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+ #
4
+ # This source code is licensed under the BSD-style license found in the
5
+ # MIT_LICENSE file in the root directory of this source tree.
6
+
7
+ name: vocoder_36langs
8
+ model_type: vocoder_code_hifigan
9
+ model_arch: base
10
+ checkpoint: "https://huggingface.co/facebook/seamless-m4t-vocoder/resolve/main/vocoder_36langs.pt"
11
+ model_config: {
12
+ "lang_spkr_idx_map": {
13
+ "multilingual": {
14
+ "arb": 0,
15
+ "ben": 1,
16
+ "cat": 2,
17
+ "ces": 3,
18
+ "cmn": 4,
19
+ "cym": 5,
20
+ "dan": 6,
21
+ "deu": 7,
22
+ "eng": 8,
23
+ "est": 9,
24
+ "fin": 10,
25
+ "fra": 11,
26
+ "hin": 12,
27
+ "ind": 13,
28
+ "ita": 14,
29
+ "jpn": 15,
30
+ "kor": 16,
31
+ "mlt": 17,
32
+ "nld": 18,
33
+ "pes": 19,
34
+ "pol": 20,
35
+ "por": 21,
36
+ "ron": 22,
37
+ "rus": 23,
38
+ "slk": 24,
39
+ "spa": 25,
40
+ "swe": 26,
41
+ "swh": 27,
42
+ "tel": 28,
43
+ "tgl": 29,
44
+ "tha": 30,
45
+ "tur": 31,
46
+ "ukr": 32,
47
+ "urd": 33,
48
+ "uzn": 34,
49
+ "vie": 35
50
+ },
51
+ "multispkr": {
52
+ "arb": [
53
+ 0
54
+ ],
55
+ "ben": [
56
+ 2,
57
+ 1
58
+ ],
59
+ "cat": [
60
+ 3
61
+ ],
62
+ "ces": [
63
+ 4
64
+ ],
65
+ "cmn": [
66
+ 5
67
+ ],
68
+ "cym": [
69
+ 6
70
+ ],
71
+ "dan": [
72
+ 7,
73
+ 8
74
+ ],
75
+ "deu": [
76
+ 9
77
+ ],
78
+ "eng": [
79
+ 10
80
+ ],
81
+ "est": [
82
+ 11,
83
+ 12,
84
+ 13
85
+ ],
86
+ "fin": [
87
+ 14
88
+ ],
89
+ "fra": [
90
+ 15
91
+ ],
92
+ "hin": [
93
+ 16
94
+ ],
95
+ "ind": [
96
+ 17,
97
+ 24,
98
+ 18,
99
+ 20,
100
+ 19,
101
+ 21,
102
+ 23,
103
+ 27,
104
+ 26,
105
+ 22,
106
+ 25
107
+ ],
108
+ "ita": [
109
+ 29,
110
+ 28
111
+ ],
112
+ "jpn": [
113
+ 30
114
+ ],
115
+ "kor": [
116
+ 31
117
+ ],
118
+ "mlt": [
119
+ 32,
120
+ 33,
121
+ 34
122
+ ],
123
+ "nld": [
124
+ 35
125
+ ],
126
+ "pes": [
127
+ 36
128
+ ],
129
+ "pol": [
130
+ 37
131
+ ],
132
+ "por": [
133
+ 38
134
+ ],
135
+ "ron": [
136
+ 39
137
+ ],
138
+ "rus": [
139
+ 40
140
+ ],
141
+ "slk": [
142
+ 41
143
+ ],
144
+ "spa": [
145
+ 42
146
+ ],
147
+ "swe": [
148
+ 43,
149
+ 45,
150
+ 44
151
+ ],
152
+ "swh": [
153
+ 46,
154
+ 48,
155
+ 47
156
+ ],
157
+ "tel": [
158
+ 49
159
+ ],
160
+ "tgl": [
161
+ 50
162
+ ],
163
+ "tha": [
164
+ 51,
165
+ 54,
166
+ 55,
167
+ 52,
168
+ 53
169
+ ],
170
+ "tur": [
171
+ 58,
172
+ 57,
173
+ 56
174
+ ],
175
+ "ukr": [
176
+ 59
177
+ ],
178
+ "urd": [
179
+ 60,
180
+ 61,
181
+ 62
182
+ ],
183
+ "uzn": [
184
+ 63,
185
+ 64,
186
+ 65
187
+ ],
188
+ "vie": [
189
+ 66,
190
+ 67,
191
+ 70,
192
+ 71,
193
+ 68,
194
+ 69
195
+ ]
196
+ }
197
+ }
198
+ }