transformers/docs/source/model_doc
Sam Shleifer 829842159e
Add TFBartForConditionalGeneration (#5411)
* half done

* doc improvement

* Cp test file

* brokedn

* broken test

* undo some mess

* ckpt

* borked

* Halfway

* 6 passing

* boom boom

* Much progress but still 6

* boom boom

* merged master

* 10 passing

* boom boom

* Style

* no t5 changes

* 13 passing

* Integration test failing, but not gibberish

* Frustrated

* Merged master

* 4 fail

* 4 fail

* fix return_dict

* boom boom

* Still only 4

* prepare method

* prepare method

* before delete classif

* Skip tests to avoid adding boilerplate

* boom boom

* fast tests passing

* style

* boom boom

* Switch to supporting many input types

* remove FIXMENORM

* working

* Fixed past_key_values/decoder_cached_states confusion

* new broken test

* Fix attention mask kwarg name

* undo accidental

* Style and reviewers

* style

* Docs and common tests

* Cleaner assert messages

* copy docs

* style issues

* Sphinx fix

* Simplify caching logic

* test does not require torch

* copy _NoLayerEmbedTokens

* Update src/transformers/modeling_tf_bart.py

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>

* Update tests/test_modeling_tf_bart.py

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>

* Update src/transformers/modeling_tf_bart.py

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>

* Update src/transformers/modeling_tf_bart.py

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>

* Update src/transformers/modeling_tf_bart.py

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>

* Line length and dont document None

* Add pipeline test coverage

* assert msg

* At parity

* Assert messages

* mark slow

* Update compile test

* back in init

* Merge master

* Fix tests

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
2020-10-21 13:10:16 +02:00
..
albert.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
auto.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
bart.rst Add TFBartForConditionalGeneration (#5411) 2020-10-21 13:10:16 +02:00
bert.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
bertgeneration.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
blenderbot.rst Fix title level in Blenderbot doc (#7687) 2020-10-09 19:24:10 -04:00
camembert.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
ctrl.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
deberta.rst Add DeBERTa model (#5929) 2020-09-30 07:07:30 -04:00
dialogpt.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
distilbert.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
dpr.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
electra.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
encoderdecoder.rst ProphetNet (#7157) 2020-10-19 17:36:09 +02:00
flaubert.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
fsmt.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
funnel.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
gpt.rst Gpt1 for sequence classification (#7683) 2020-10-13 05:06:15 -04:00
gpt2.rst Add GPT2ForSequenceClassification based on DialogRPT (#7501) 2020-10-06 17:31:21 -04:00
layoutlm.rst Update LayoutLM doc (#7388) 2020-10-01 09:11:42 -04:00
longformer.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
lxmert.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
marian.rst Cleanup documentation for BART, Marian, MBART and Pegasus (#7523) 2020-10-05 04:22:12 -04:00
mbart.rst Cleanup documentation for BART, Marian, MBART and Pegasus (#7523) 2020-10-05 04:22:12 -04:00
mobilebert.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
pegasus.rst Cleanup documentation for BART, Marian, MBART and Pegasus (#7523) 2020-10-05 04:22:12 -04:00
prophetnet.rst ProphetNet (#7157) 2020-10-19 17:36:09 +02:00
rag.rst Allow Custom Dataset in RAG Retriever (#7763) 2020-10-19 19:42:45 +02:00
reformer.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
retribert.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
roberta.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
squeezebert.rst Fix squeezebert docs (#7587) 2020-10-06 06:22:04 -04:00
t5.rst fix t5 training docstring (#7911) 2020-10-19 21:49:47 +02:00
transformerxl.rst Adding Fast tokenizers for SentencePiece based tokenizers - Breaking: remove Transfo-XL fast tokenizer (#7141) 2020-10-08 11:32:16 +02:00
xlm.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
xlmprophetnet.rst ProphetNet (#7157) 2020-10-19 17:36:09 +02:00
xlmroberta.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
xlnet.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00