transformers/docs/source/model_doc
Sylvain Gugger d155b38d6e
Funnel transformer (#6908)
* Initial model

* Fix upsampling

* Add special cls token id and test

* Formatting

* Test and fist FunnelTokenizerFast

* Common tests

* Fix the check_repo script and document Funnel

* Doc fixes

* Add all models

* Write doc

* Fix test

* Initial model

* Fix upsampling

* Add special cls token id and test

* Formatting

* Test and fist FunnelTokenizerFast

* Common tests

* Fix the check_repo script and document Funnel

* Doc fixes

* Add all models

* Write doc

* Fix test

* Fix copyright

* Forgot some layers can be repeated

* Apply suggestions from code review

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* Update src/transformers/modeling_funnel.py

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

* Address review comments

* Update src/transformers/modeling_funnel.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* Address review comments

* Update src/transformers/modeling_funnel.py

Co-authored-by: Sam Shleifer <sshleifer@gmail.com>

* Slow integration test

* Make small integration test

* Formatting

* Add checkpoint and separate classification head

* Formatting

* Expand list, fix link and add in pretrained models

* Styling

* Add the model in all summaries

* Typo fixes

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Co-authored-by: Sam Shleifer <sshleifer@gmail.com>
2020-09-08 08:08:08 -04:00
..
albert.rst Tf model outputs (#6247) 2020-08-05 11:34:39 -04:00
auto.rst Add TF auto model to the docs + fix sphinx warnings (#5187) 2020-06-22 14:43:52 -04:00
bart.rst remove BartForConditionalGeneration.generate (#6659) 2020-08-25 00:42:34 +08:00
bert.rst Add a script to check all models are tested and documented (#6298) 2020-08-07 09:18:37 -04:00
camembert.rst CamembertForCausalLM (#6577) 2020-08-21 13:52:54 +02:00
ctrl.rst Clean documentation (#4849) 2020-06-08 11:28:19 -04:00
dialogpt.rst add dialogpt training tips (#3996) 2020-04-28 14:32:31 +02:00
distilbert.rst Add DistilBertForMultipleChoice (#5032) 2020-06-15 18:31:41 -04:00
dpr.rst Document model outputs (#5673) 2020-07-10 17:31:02 -04:00
electra.rst Tf model outputs (#6247) 2020-08-05 11:34:39 -04:00
encoderdecoder.rst [Generate] Facilitate PyTorch generate using ModelOutputs (#6735) 2020-09-01 12:38:25 +02:00
flaubert.rst Add a script to check all models are tested and documented (#6298) 2020-08-07 09:18:37 -04:00
funnel.rst Funnel transformer (#6908) 2020-09-08 08:08:08 -04:00
gpt.rst Tf model outputs (#6247) 2020-08-05 11:34:39 -04:00
gpt2.rst Tf model outputs (#6247) 2020-08-05 11:34:39 -04:00
longformer.rst TF Longformer (#5764) 2020-08-10 23:25:06 +02:00
lxmert.rst Adding the LXMERT pretraining model (MultiModal languageXvision) to HuggingFace's suite of models (#5793) 2020-09-03 04:02:25 -04:00
marian.rst [marian] converter supports models from new Tatoeba project (#6342) 2020-08-17 23:55:42 -04:00
mbart.rst [Doc] add more MBart and other doc (#6490) 2020-08-17 12:30:26 -04:00
mobilebert.rst Tf model outputs (#6247) 2020-08-05 11:34:39 -04:00
pegasus.rst [fixdoc] Add import to pegasus usage doc (#6698) 2020-08-24 15:54:57 -04:00
reformer.rst Add a script to check all models are tested and documented (#6298) 2020-08-07 09:18:37 -04:00
retribert.rst Eli5 examples (#4968) 2020-06-16 16:36:58 -04:00
roberta.rst [EncoderDecoder] Add encoder-decoder for roberta/ vanilla longformer (#6411) 2020-08-12 18:23:30 +02:00
t5.rst Actually the extra_id are from 0-99 and not from 1-100 (#5967) 2020-07-30 06:13:29 -04:00
transformerxl.rst Tf model outputs (#6247) 2020-08-05 11:34:39 -04:00
xlm.rst Add a script to check all models are tested and documented (#6298) 2020-08-07 09:18:37 -04:00
xlmroberta.rst [EncoderDecoder] Add xlm-roberta to encoder decoder (#6878) 2020-09-01 21:56:39 +02:00
xlnet.rst Tf model outputs (#6247) 2020-08-05 11:34:39 -04:00