Skip to content

Commit 60aeb78

Browse files
authoredOct 7, 2021
[doc] List all the pre-trained models on right bar (#1828)
1 parent 31a69c3 commit 60aeb78

File tree

1 file changed

+92
-1
lines changed

1 file changed

+92
-1
lines changed
 

‎docs/source/models.rst

+92-1
Original file line numberDiff line numberDiff line change
@@ -145,57 +145,148 @@ Pre-trained Models
145145

146146
.. autoproperty:: labels
147147

148+
149+
WAV2VEC2_BASE
150+
^^^^^^^^^^^^^
151+
152+
.. container:: py attribute
153+
148154
.. autodata:: WAV2VEC2_BASE
149155
:no-value:
150156

151-
.. autodata:: WAV2VEC2_ASR_BASE_10M
157+
WAV2VEC2_ASR_BASE_10M
158+
^^^^^^^^^^^^^^^^^^^^^
159+
160+
.. container:: py attribute
161+
162+
.. autodata:: torchaudio.models.WAV2VEC2_ASR_BASE_10M
152163
:no-value:
153164

165+
WAV2VEC2_ASR_BASE_100H
166+
^^^^^^^^^^^^^^^^^^^^^^
167+
168+
.. container:: py attribute
169+
154170
.. autodata:: WAV2VEC2_ASR_BASE_100H
155171
:no-value:
156172

173+
WAV2VEC2_ASR_BASE_960H
174+
^^^^^^^^^^^^^^^^^^^^^^
175+
176+
.. container:: py attribute
177+
157178
.. autodata:: WAV2VEC2_ASR_BASE_960H
158179
:no-value:
159180

181+
WAV2VEC2_LARGE
182+
^^^^^^^^^^^^^^
183+
184+
.. container:: py attribute
185+
160186
.. autodata:: WAV2VEC2_LARGE
161187
:no-value:
162188

189+
WAV2VEC2_ASR_LARGE_10M
190+
^^^^^^^^^^^^^^^^^^^^^^
191+
192+
.. container:: py attribute
193+
163194
.. autodata:: WAV2VEC2_ASR_LARGE_10M
164195
:no-value:
165196

197+
WAV2VEC2_ASR_LARGE_100H
198+
^^^^^^^^^^^^^^^^^^^^^^^
199+
200+
.. container:: py attribute
201+
166202
.. autodata:: WAV2VEC2_ASR_LARGE_100H
167203
:no-value:
168204

205+
WAV2VEC2_ASR_LARGE_960H
206+
^^^^^^^^^^^^^^^^^^^^^^^
207+
208+
.. container:: py attribute
209+
169210
.. autodata:: WAV2VEC2_ASR_LARGE_960H
170211
:no-value:
171212

213+
WAV2VEC2_LARGE_LV60K
214+
^^^^^^^^^^^^^^^^^^^^
215+
216+
.. container:: py attribute
217+
172218
.. autodata:: WAV2VEC2_LARGE_LV60K
173219
:no-value:
174220

221+
WAV2VEC2_ASR_LARGE_LV60K_10M
222+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
223+
224+
.. container:: py attribute
225+
175226
.. autodata:: WAV2VEC2_ASR_LARGE_LV60K_10M
176227
:no-value:
177228

229+
WAV2VEC2_ASR_LARGE_LV60K_100H
230+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
231+
232+
.. container:: py attribute
233+
178234
.. autodata:: WAV2VEC2_ASR_LARGE_LV60K_100H
179235
:no-value:
180236

237+
WAV2VEC2_ASR_LARGE_LV60K_960H
238+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239+
240+
.. container:: py attribute
241+
181242
.. autodata:: WAV2VEC2_ASR_LARGE_LV60K_960H
182243
:no-value:
183244

245+
WAV2VEC2_XLSR53
246+
^^^^^^^^^^^^^^^
247+
248+
.. container:: py attribute
249+
184250
.. autodata:: WAV2VEC2_XLSR53
185251
:no-value:
186252

253+
HUBERT_BASE
254+
^^^^^^^^^^^
255+
256+
.. container:: py attribute
257+
187258
.. autodata:: HUBERT_BASE
188259
:no-value:
189260

261+
HUBERT_LARGE
262+
^^^^^^^^^^^^
263+
264+
.. container:: py attribute
265+
190266
.. autodata:: HUBERT_LARGE
191267
:no-value:
192268

269+
HUBERT_XLARGE
270+
^^^^^^^^^^^^^
271+
272+
.. container:: py attribute
273+
193274
.. autodata:: HUBERT_XLARGE
194275
:no-value:
195276

277+
HUBERT_ASR_LARGE
278+
^^^^^^^^^^^^^^^^
279+
280+
.. container:: py attribute
281+
196282
.. autodata:: HUBERT_ASR_LARGE
197283
:no-value:
198284

285+
HUBERT_ASR_XLARGE
286+
^^^^^^^^^^^^^^^^^
287+
288+
.. container:: py attribute
289+
199290
.. autodata:: HUBERT_ASR_XLARGE
200291
:no-value:
201292

0 commit comments

Comments
 (0)
Please sign in to comment.