mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Various small doc fixes
This commit is contained in:
parent
fb056494e5
commit
8349d75773
3 changed files with 5 additions and 5 deletions
|
|
@ -55,4 +55,4 @@ Example usage
|
|||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
An example using these processors is given in the
|
||||
`run_glue.py <https://github.com/huggingface/pytorch-transformers/blob/master/examples/run_glue.py>` script.
|
||||
`run_glue.py <https://github.com/huggingface/pytorch-transformers/blob/master/examples/run_glue.py>`__ script.
|
||||
|
|
@ -62,8 +62,8 @@ XLM
|
|||
:members:
|
||||
|
||||
|
||||
``TFXLMForQuestionAnswering``
|
||||
``TFXLMForQuestionAnsweringSimple``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. autoclass:: pytorch_transformers.TFXLMForQuestionAnswering
|
||||
.. autoclass:: pytorch_transformers.TFXLMForQuestionAnsweringSimple
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -64,8 +64,8 @@ XLNet
|
|||
:members:
|
||||
|
||||
|
||||
``TFXLNetForQuestionAnswering``
|
||||
``TFXLNetForQuestionAnsweringSimple``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. autoclass:: pytorch_transformers.TFXLNetForQuestionAnswering
|
||||
.. autoclass:: pytorch_transformers.TFXLNetForQuestionAnsweringSimple
|
||||
:members:
|
||||
|
|
|
|||
Loading…
Reference in a new issue