victan commited on
Commit
3a4f568
1 Parent(s): 4d98094

Upload seamless_communication/cards/vocoder_v2.yaml with huggingface_hub

Browse files
seamless_communication/cards/vocoder_v2.yaml ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_v2
8
+ model_type: vocoder_code_hifigan
9
+ model_arch: base
10
+ checkpoint: "https://dl.fbaipublicfiles.com/seamless/models/vocoder_v2.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
+ 1
57
+ ],
58
+ "cat": [
59
+ 2
60
+ ],
61
+ "ces": [
62
+ 3
63
+ ],
64
+ "cmn": [
65
+ 4,
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
+ 37,
126
+ 36
127
+ ],
128
+ "pes": [
129
+ 38
130
+ ],
131
+ "pol": [
132
+ 39
133
+ ],
134
+ "por": [
135
+ 40
136
+ ],
137
+ "ron": [
138
+ 41
139
+ ],
140
+ "rus": [
141
+ 43,
142
+ 42
143
+ ],
144
+ "slk": [
145
+ 44
146
+ ],
147
+ "spa": [
148
+ 45
149
+ ],
150
+ "swe": [
151
+ 46,
152
+ 48,
153
+ 47
154
+ ],
155
+ "swh": [
156
+ 49,
157
+ 51,
158
+ 50
159
+ ],
160
+ "tel": [
161
+ 52
162
+ ],
163
+ "tgl": [
164
+ 53
165
+ ],
166
+ "tha": [
167
+ 54,
168
+ 57,
169
+ 58,
170
+ 55,
171
+ 56
172
+ ],
173
+ "tur": [
174
+ 61,
175
+ 60,
176
+ 59
177
+ ],
178
+ "ukr": [
179
+ 62
180
+ ],
181
+ "urd": [
182
+ 63,
183
+ 64,
184
+ 65
185
+ ],
186
+ "uzn": [
187
+ 66,
188
+ 67,
189
+ 68
190
+ ],
191
+ "vie": [
192
+ 69,
193
+ 70,
194
+ 73,
195
+ 74,
196
+ 71,
197
+ 72
198
+ ]
199
+ }
200
+ }
201
+ }