Commit f83b35b7 authored by thomwolf's avatar thomwolf
Browse files
parents 4e63c907 7e957237
...@@ -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