transformers/docs/source/model_doc
Minghao Li cd9a0585ea
Add LayoutLM Model (#7064)
* first version

* finish test docs readme model/config/tokenization class

* apply make style and make quality

* fix layoutlm GitHub link

* fix conflict in index.rst and add layoutlm to pretrained_models.rst

* fix bug in test_parents_and_children_in_mappings

* reformat modeling_auto.py and tokenization_auto.py

* fix bug in test_modeling_layoutlm.py

* Update docs/source/model_doc/layoutlm.rst

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>

* Update docs/source/model_doc/layoutlm.rst

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>

* remove inh, add tokenizer fast, and update some doc

* copy and rename necessary class from modeling_bert to modeling_layoutlm

* Update src/transformers/configuration_layoutlm.py

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

* Update src/transformers/configuration_layoutlm.py

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

* Update src/transformers/configuration_layoutlm.py

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

* Update src/transformers/configuration_layoutlm.py

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

* Update src/transformers/modeling_layoutlm.py

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

* Update src/transformers/modeling_layoutlm.py

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

* Update src/transformers/modeling_layoutlm.py

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

* add mish to activations.py, import ACT2FN and import logging from utils

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
2020-09-22 09:28:02 -04:00
..
albert.rst Tf model outputs (#6247) 2020-08-05 11:34:39 -04:00
auto.rst Extra ) 2020-09-14 09:37:55 -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
bertgeneration.rst [BertGeneration, Docs] Fix another old name in docs (#7050) 2020-09-10 17:12:33 +02: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 fix link to paper (#7116) 2020-09-14 07:43:40 -04:00
flaubert.rst Add a script to check all models are tested and documented (#6298) 2020-08-07 09:18:37 -04:00
fsmt.rst [ported model] FSMT (FairSeq MachineTranslation) (#6940) 2020-09-17 11:31:29 -04:00
funnel.rst Add TF Funnel Transformer (#7029) 2020-09-10 10:41:56 -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
layoutlm.rst Add LayoutLM Model (#7064) 2020-09-22 09:28:02 -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 pegasus.rst: fix expected output (#7017) 2020-09-08 13:29:16 -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