"...git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "ae6db2fd1a320987784fb89b7b51e10a2433307d"
Commit 7e957237 authored by LysandreJik's avatar LysandreJik
Browse files

[Doc] XLM + Torch in documentation

parent 302a4813
...@@ -28,4 +28,5 @@ sphinxcontrib-serializinghtml==1.1.3 ...@@ -28,4 +28,5 @@ sphinxcontrib-serializinghtml==1.1.3
urllib3==1.25.3 urllib3==1.25.3
sphinx-markdown-tables==0.0.9 sphinx-markdown-tables==0.0.9
numpy==1.17.2 numpy==1.17.2
tensorflow==2.0.0rc2 tensorflow==2.0.0rc2
\ No newline at end of file torch==1.1.0
\ No newline at end of file
...@@ -51,19 +51,19 @@ XLM ...@@ -51,19 +51,19 @@ XLM
``TFXLMWithLMHeadModel`` ``TFXLMWithLMHeadModel``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pytorch_transformers.TFXLMWithLMHeadModel .. autoclass:: transformers.TFXLMWithLMHeadModel
:members: :members:
``TFXLMForSequenceClassification`` ``TFXLMForSequenceClassification``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pytorch_transformers.TFXLMForSequenceClassification .. autoclass:: transformers.TFXLMForSequenceClassification
:members: :members:
``TFXLMForQuestionAnsweringSimple`` ``TFXLMForQuestionAnsweringSimple``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pytorch_transformers.TFXLMForQuestionAnsweringSimple .. autoclass:: transformers.TFXLMForQuestionAnsweringSimple
: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