Skip to content

Commit

Permalink
[doc] List all the pre-trained models on right bar (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok authored Oct 7, 2021
1 parent 31a69c3 commit 60aeb78
Showing 1 changed file with 92 additions and 1 deletion.
93 changes: 92 additions & 1 deletion docs/source/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,57 +145,148 @@ Pre-trained Models

.. autoproperty:: labels


WAV2VEC2_BASE
^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_BASE
:no-value:

.. autodata:: WAV2VEC2_ASR_BASE_10M
WAV2VEC2_ASR_BASE_10M
^^^^^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: torchaudio.models.WAV2VEC2_ASR_BASE_10M
:no-value:

WAV2VEC2_ASR_BASE_100H
^^^^^^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_ASR_BASE_100H
:no-value:

WAV2VEC2_ASR_BASE_960H
^^^^^^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_ASR_BASE_960H
:no-value:

WAV2VEC2_LARGE
^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_LARGE
:no-value:

WAV2VEC2_ASR_LARGE_10M
^^^^^^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_ASR_LARGE_10M
:no-value:

WAV2VEC2_ASR_LARGE_100H
^^^^^^^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_ASR_LARGE_100H
:no-value:

WAV2VEC2_ASR_LARGE_960H
^^^^^^^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_ASR_LARGE_960H
:no-value:

WAV2VEC2_LARGE_LV60K
^^^^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_LARGE_LV60K
:no-value:

WAV2VEC2_ASR_LARGE_LV60K_10M
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_ASR_LARGE_LV60K_10M
:no-value:

WAV2VEC2_ASR_LARGE_LV60K_100H
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_ASR_LARGE_LV60K_100H
:no-value:

WAV2VEC2_ASR_LARGE_LV60K_960H
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_ASR_LARGE_LV60K_960H
:no-value:

WAV2VEC2_XLSR53
^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: WAV2VEC2_XLSR53
:no-value:

HUBERT_BASE
^^^^^^^^^^^

.. container:: py attribute

.. autodata:: HUBERT_BASE
:no-value:

HUBERT_LARGE
^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: HUBERT_LARGE
:no-value:

HUBERT_XLARGE
^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: HUBERT_XLARGE
:no-value:

HUBERT_ASR_LARGE
^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: HUBERT_ASR_LARGE
:no-value:

HUBERT_ASR_XLARGE
^^^^^^^^^^^^^^^^^

.. container:: py attribute

.. autodata:: HUBERT_ASR_XLARGE
:no-value:

Expand Down

0 comments on commit 60aeb78

Please sign in to comment.