Expose AutoModelForMaskGeneration (#22910)

* expose

* style

* add dummy object

* amazed by the quality of transformers CI
This commit is contained in:
fxmarty
2023-04-21 16:04:45 +02:00
committed by GitHub
parent 75444551c0
commit 3d852da2db
4 changed files with 15 additions and 0 deletions

View File

@@ -134,6 +134,10 @@ The following auto classes are available for the following natural language proc
[[autodoc]] FlaxAutoModelForMaskedLM
### AutoModelForMaskGeneration
[[autodoc]] AutoModelForMaskGeneration
### AutoModelForSeq2SeqLM
[[autodoc]] AutoModelForSeq2SeqLM