transformers/docs/source
Iz Beltagy 8f1d047148
Longformer (#4352)
* first commit

* bug fixes

* better examples

* undo padding

* remove wrong VOCAB_FILES_NAMES

* License

* make style

* make isort happy

* unit tests

* integration test

* make `black` happy by undoing `isort` changes!!

* lint

* no need for the padding value

* batch_size not bsz

* remove unused type casting

* seqlen not seq_len

* staticmethod

* `bert` selfattention instead of `n2`

* uint8 instead of bool + lints

* pad inputs_embeds using embeddings not a constant

* black

* unit test with padding

* fix unit tests

* remove redundant unit test

* upload model weights

* resolve todo

* simpler _mask_invalid_locations without lru_cache + backward compatible masked_fill_

* increase unittest coverage
2020-05-19 16:04:43 +02:00
..
_static Adding usage examples for common tasks (#2850) 2020-02-25 13:48:24 -05:00
imgs GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
main_classes [doc] Fix broken links + remove crazy big notebook 2020-05-07 18:44:18 -04:00
model_doc Fixed spelling of training (#4416) 2020-05-18 11:23:29 -04:00
benchmarks.md GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
bertology.rst [doc] Fix broken links + remove crazy big notebook 2020-05-07 18:44:18 -04:00
conf.py Release: v2.9.1 2020-05-13 17:38:50 -04:00
converting_tensorflow_models.rst Add ALBERT to the Tensorflow to Pytorch model conversion cli (#3933) 2020-05-11 13:10:00 -04:00
examples.md Documentation: fix links to NER examples (#4279) 2020-05-11 12:48:21 -04:00
favicon.ico Adding usage examples for common tasks (#2850) 2020-02-25 13:48:24 -05:00
glossary.rst Reformer (#3351) 2020-05-07 10:17:01 +02:00
index.rst [Marian] documentation and AutoModel support (#4152) 2020-05-10 13:54:57 -04:00
installation.md CPU/GPU memory benchmarking utilities - Remove support for python 3.5 (now only 3.6+) (#3186) 2020-03-17 10:17:11 -04:00
migration.md Add migrating from pytorch-transformers (#4273) 2020-05-11 13:35:13 -04:00
model_sharing.md [doc] --organization tweak 2020-03-10 16:52:44 -04:00
multilingual.rst [doc] Fix broken links + remove crazy big notebook 2020-05-07 18:44:18 -04:00
notebooks.md Update notebooks (#3620) 2020-04-06 14:32:39 -04:00
pretrained_models.rst Longformer (#4352) 2020-05-19 16:04:43 +02:00
quickstart.md [README] Corrected some grammatical mistakes (#4199) 2020-05-10 09:02:36 -04:00
serialization.rst [docs] The use of do_lower_case in scripts is on its way to deprecation (#3738) 2020-04-10 12:34:04 -04:00
torchscript.rst GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
usage.rst [Docs, Notebook] Include generation pipeline (#4295) 2020-05-13 14:24:08 -04:00