transformers/docs/source/model_doc
Patrick von Platen fa49b9afea
Clean Encoder-Decoder models with Bart/T5-like API and add generate possibility (#3383)
* change encoder decoder style to bart & t5 style

* make encoder decoder generation dummy work for bert

* make style

* clean init config in encoder decoder

* add tests for encoder decoder models

* refactor and add last tests

* refactor and add last tests

* fix attn masks for bert encoder decoder

* make style

* refactor prepare inputs for Bert

* refactor

* finish encoder decoder

* correct typo

* add docstring to config

* finish

* add tests

* better naming

* make style

* fix flake8

* clean docstring

* make style

* rename
2020-04-28 15:11:09 +02:00
..
albert.rst [Docs] Add DialoGPT (#3755) 2020-04-16 09:04:32 +02:00
auto.rst adding in the doc 2020-01-27 14:27:07 -05:00
bart.rst Rename BartForMaskedLM -> BartForConditionalGeneration (#3114) 2020-03-05 17:41:18 -05:00
bert.rst Cleanup fast tokenizers integration (#3706) 2020-04-18 13:43:57 +02:00
camembert.rst [Docs] Add DialoGPT (#3755) 2020-04-16 09:04:32 +02:00
ctrl.rst [Docs] Add DialoGPT (#3755) 2020-04-16 09:04:32 +02:00
dialogpt.rst add dialogpt training tips (#3996) 2020-04-28 14:32:31 +02:00
distilbert.rst Cleanup fast tokenizers integration (#3706) 2020-04-18 13:43:57 +02:00
electra.rst Cleanup fast tokenizers integration (#3706) 2020-04-18 13:43:57 +02:00
encoderdecoder.rst Clean Encoder-Decoder models with Bart/T5-like API and add generate possibility (#3383) 2020-04-28 15:11:09 +02:00
flaubert.rst [Docs] Add DialoGPT (#3755) 2020-04-16 09:04:32 +02:00
gpt.rst Cleanup fast tokenizers integration (#3706) 2020-04-18 13:43:57 +02:00
gpt2.rst Cleanup fast tokenizers integration (#3706) 2020-04-18 13:43:57 +02:00
roberta.rst Cleanup fast tokenizers integration (#3706) 2020-04-18 13:43:57 +02:00
t5.rst Fix t5 doc typos (#3978) 2020-04-27 18:27:15 +02:00
transformerxl.rst Cleanup fast tokenizers integration (#3706) 2020-04-18 13:43:57 +02:00
xlm.rst [Docs] Add DialoGPT (#3755) 2020-04-16 09:04:32 +02:00
xlmroberta.rst [Docs] Add DialoGPT (#3755) 2020-04-16 09:04:32 +02:00
xlnet.rst [Docs] Add DialoGPT (#3755) 2020-04-16 09:04:32 +02:00