"vscode:/vscode.git/clone" did not exist on "e24e54fdfac69df29711c3bf99e88e624395bb13"
Commit 8349d757 authored by LysandreJik's avatar LysandreJik Committed by Lysandre Debut
Browse files

Various small doc fixes

parent fb056494
...@@ -55,4 +55,4 @@ Example usage ...@@ -55,4 +55,4 @@ Example usage
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^
An example using these processors is given in the 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.
\ No newline at end of file \ No newline at end of file
...@@ -62,8 +62,8 @@ XLM ...@@ -62,8 +62,8 @@ XLM
:members: :members:
``TFXLMForQuestionAnswering`` ``TFXLMForQuestionAnsweringSimple``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pytorch_transformers.TFXLMForQuestionAnswering .. autoclass:: pytorch_transformers.TFXLMForQuestionAnsweringSimple
:members: :members:
...@@ -64,8 +64,8 @@ XLNet ...@@ -64,8 +64,8 @@ XLNet
:members: :members:
``TFXLNetForQuestionAnswering`` ``TFXLNetForQuestionAnsweringSimple``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pytorch_transformers.TFXLNetForQuestionAnswering .. autoclass:: pytorch_transformers.TFXLNetForQuestionAnsweringSimple
:members: :members:
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment