Skip to content

Commit a43cee7

Browse files
committed
[doc] List all the pre-trained models on right bar (#1828)
1 parent 3e5cbc0 commit a43cee7

File tree

1 file changed

+92
-1
lines changed

1 file changed

+92
-1
lines changed

docs/source/models.rst

Lines changed: 92 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,57 +120,148 @@ Pre-trained Models
120120

121121
.. autoproperty:: labels
122122

123+
124+
WAV2VEC2_BASE
125+
^^^^^^^^^^^^^
126+
127+
.. container:: py attribute
128+
123129
.. autodata:: WAV2VEC2_BASE
124130
:no-value:
125131

126-
.. autodata:: WAV2VEC2_ASR_BASE_10M
132+
WAV2VEC2_ASR_BASE_10M
133+
^^^^^^^^^^^^^^^^^^^^^
134+
135+
.. container:: py attribute
136+
137+
.. autodata:: torchaudio.models.WAV2VEC2_ASR_BASE_10M
127138
:no-value:
128139

140+
WAV2VEC2_ASR_BASE_100H
141+
^^^^^^^^^^^^^^^^^^^^^^
142+
143+
.. container:: py attribute
144+
129145
.. autodata:: WAV2VEC2_ASR_BASE_100H
130146
:no-value:
131147

148+
WAV2VEC2_ASR_BASE_960H
149+
^^^^^^^^^^^^^^^^^^^^^^
150+
151+
.. container:: py attribute
152+
132153
.. autodata:: WAV2VEC2_ASR_BASE_960H
133154
:no-value:
134155

156+
WAV2VEC2_LARGE
157+
^^^^^^^^^^^^^^
158+
159+
.. container:: py attribute
160+
135161
.. autodata:: WAV2VEC2_LARGE
136162
:no-value:
137163

164+
WAV2VEC2_ASR_LARGE_10M
165+
^^^^^^^^^^^^^^^^^^^^^^
166+
167+
.. container:: py attribute
168+
138169
.. autodata:: WAV2VEC2_ASR_LARGE_10M
139170
:no-value:
140171

172+
WAV2VEC2_ASR_LARGE_100H
173+
^^^^^^^^^^^^^^^^^^^^^^^
174+
175+
.. container:: py attribute
176+
141177
.. autodata:: WAV2VEC2_ASR_LARGE_100H
142178
:no-value:
143179

180+
WAV2VEC2_ASR_LARGE_960H
181+
^^^^^^^^^^^^^^^^^^^^^^^
182+
183+
.. container:: py attribute
184+
144185
.. autodata:: WAV2VEC2_ASR_LARGE_960H
145186
:no-value:
146187

188+
WAV2VEC2_LARGE_LV60K
189+
^^^^^^^^^^^^^^^^^^^^
190+
191+
.. container:: py attribute
192+
147193
.. autodata:: WAV2VEC2_LARGE_LV60K
148194
:no-value:
149195

196+
WAV2VEC2_ASR_LARGE_LV60K_10M
197+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
198+
199+
.. container:: py attribute
200+
150201
.. autodata:: WAV2VEC2_ASR_LARGE_LV60K_10M
151202
:no-value:
152203

204+
WAV2VEC2_ASR_LARGE_LV60K_100H
205+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
206+
207+
.. container:: py attribute
208+
153209
.. autodata:: WAV2VEC2_ASR_LARGE_LV60K_100H
154210
:no-value:
155211

212+
WAV2VEC2_ASR_LARGE_LV60K_960H
213+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
214+
215+
.. container:: py attribute
216+
156217
.. autodata:: WAV2VEC2_ASR_LARGE_LV60K_960H
157218
:no-value:
158219

220+
WAV2VEC2_XLSR53
221+
^^^^^^^^^^^^^^^
222+
223+
.. container:: py attribute
224+
159225
.. autodata:: WAV2VEC2_XLSR53
160226
:no-value:
161227

228+
HUBERT_BASE
229+
^^^^^^^^^^^
230+
231+
.. container:: py attribute
232+
162233
.. autodata:: HUBERT_BASE
163234
:no-value:
164235

236+
HUBERT_LARGE
237+
^^^^^^^^^^^^
238+
239+
.. container:: py attribute
240+
165241
.. autodata:: HUBERT_LARGE
166242
:no-value:
167243

244+
HUBERT_XLARGE
245+
^^^^^^^^^^^^^
246+
247+
.. container:: py attribute
248+
168249
.. autodata:: HUBERT_XLARGE
169250
:no-value:
170251

252+
HUBERT_ASR_LARGE
253+
^^^^^^^^^^^^^^^^
254+
255+
.. container:: py attribute
256+
171257
.. autodata:: HUBERT_ASR_LARGE
172258
:no-value:
173259

260+
HUBERT_ASR_XLARGE
261+
^^^^^^^^^^^^^^^^^
262+
263+
.. container:: py attribute
264+
174265
.. autodata:: HUBERT_ASR_XLARGE
175266
:no-value:
176267

0 commit comments

Comments
 (0)