Add AlbertForMultipleChoice (#4959)

* Add AlbertForMultipleChoice

* Make up to date and add all models to common tests
This commit is contained in:
Sylvain Gugger
2020-06-12 14:20:19 -04:00
committed by GitHub
parent fe24139702
commit 538531cde5
6 changed files with 162 additions and 2 deletions

View File

@@ -67,6 +67,14 @@ AlbertForSequenceClassification
.. autoclass:: transformers.AlbertForSequenceClassification
:members:
AlbertForMultipleChoice
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: transformers.AlbertForMultipleChoice
:members:
AlbertForTokenClassification
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~