-
Notifications
You must be signed in to change notification settings - Fork 33k
LED #9278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
LED #9278
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
47d2ad9
create model
patrickvonplaten cc74ee3
add integration
patrickvonplaten db88a9b
save current state
patrickvonplaten 0abfc71
Merge remote-tracking branch 'main/master' into Led
patrickvonplaten ac0b2cc
make integration tests pass
patrickvonplaten 87d5267
add one more test
patrickvonplaten c9d4acd
add explanation to tests
patrickvonplaten 1a09f8a
remove from bart
patrickvonplaten 065bf0f
add padding
patrickvonplaten 6392aae
remove unnecessary test
patrickvonplaten 55a58bc
make all tests pass
patrickvonplaten 79fc30a
re-add cookie cutter tests
patrickvonplaten 7fc5f25
finish PyTorch
patrickvonplaten 650775d
fix attention test
patrickvonplaten 461bb63
Update tests/test_modeling_common.py
patrickvonplaten 3a6c982
revert change
patrickvonplaten 1757ad4
Merge branch 'Led' of https://github.com/patrickvonplaten/transformer…
patrickvonplaten bf8372e
Merge remote-tracking branch 'main/master' into Led
patrickvonplaten 61c4247
remove unused file
patrickvonplaten 4b68728
add string to doc
patrickvonplaten 9b8e8ee
save intermediate
patrickvonplaten cdc03b1
make tf integration tests pass
patrickvonplaten 65ccb49
finish tf
patrickvonplaten 34976ae
fix doc
patrickvonplaten c20a307
fix docs again
patrickvonplaten b8fcb20
add led to doctree
patrickvonplaten fe035c4
add to auto tokenizer
patrickvonplaten 4b56fa1
added tips for led
patrickvonplaten 06a35e0
make style
patrickvonplaten 282bcf5
apply jplus statements
patrickvonplaten 5bbc9fa
correct tf longformer
patrickvonplaten 3c6e2eb
apply lysandres suggestions
patrickvonplaten 3b4b354
apply sylvains suggestions
patrickvonplaten bca9fef
Apply suggestions from code review
patrickvonplaten bb1ac11
merge conflicts
patrickvonplaten File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,150 @@ | ||
| .. | ||
| Copyright 2020 The HuggingFace Team. All rights reserved. | ||
|
|
||
| Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with | ||
| the License. You may obtain a copy of the License at | ||
|
|
||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on | ||
| an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the | ||
| specific language governing permissions and limitations under the License. | ||
|
|
||
| LED | ||
| ----------------------------------------------------------------------------------------------------------------------- | ||
|
|
||
| Overview | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| The LED model was proposed in `Longformer: The Long-Document Transformer <https://arxiv.org/abs/2004.05150>`__ by Iz | ||
| Beltagy, Matthew E. Peters, Arman Cohan. | ||
|
|
||
| The abstract from the paper is the following: | ||
|
|
||
| *Transformer-based models are unable to process long sequences due to their self-attention operation, which scales | ||
| quadratically with the sequence length. To address this limitation, we introduce the Longformer with an attention | ||
| mechanism that scales linearly with sequence length, making it easy to process documents of thousands of tokens or | ||
| longer. Longformer's attention mechanism is a drop-in replacement for the standard self-attention and combines a local | ||
| windowed attention with a task motivated global attention. Following prior work on long-sequence transformers, we | ||
| evaluate Longformer on character-level language modeling and achieve state-of-the-art results on text8 and enwik8. In | ||
| contrast to most prior work, we also pretrain Longformer and finetune it on a variety of downstream tasks. Our | ||
| pretrained Longformer consistently outperforms RoBERTa on long document tasks and sets new state-of-the-art results on | ||
| WikiHop and TriviaQA. We finally introduce the Longformer-Encoder-Decoder (LED), a Longformer variant for supporting | ||
| long document generative sequence-to-sequence tasks, and demonstrate its effectiveness on the arXiv summarization | ||
| dataset.* | ||
|
|
||
| Tips: | ||
|
|
||
| - :class:`~transformers.LEDForConditionalGeneration` is an extension of | ||
| :class:`~transformers.BartForConditionalGeneration` exchanging the traditional *self-attention* layer with | ||
| *Longformer*'s *chunked self-attention* layer. :class:`~transformers.LEDTokenizer` is an alias of | ||
| :class:`~transformers.BartTokenizer`. | ||
| - LED works very well on long-range *sequence-to-sequence* tasks where the ``input_ids`` largely exceed a length of | ||
|
|
||
| 1024 tokens. | ||
| - LED pads the ``input_ids`` to be a multiple of ``config.attention_window`` if required. Therefore a small speed-up is | ||
| gained, when :class:`~transformers.LEDTokenizer` is used with the ``pad_to_multiple_of`` argument. | ||
| - LED makes use of *global attention* by means of the ``global_attention_mask`` (see | ||
| :class:`~transformers.LongformerModel`). For summarization, it is advised to put *global attention* only on the first | ||
| ``<s>`` token. For question answering, it is advised to put *global attention* on all tokens of the question. | ||
| - To fine-tune LED on all 16384, it is necessary to enable *gradient checkpointing* by setting | ||
| ``config.gradient_checkpointing = True``. | ||
| - A notebook showing how to evaluate LED, can be accessed `here | ||
| <https://colab.research.google.com/drive/12INTTR6n64TzS4RrXZxMSXfrOd9Xzamo?usp=sharing>`__. | ||
| - A notebook showing how to fine-tune LED, can be accessed `here | ||
| <https://colab.research.google.com/drive/12LjJazBl7Gam0XBPy_y0CTOJZeZ34c2v?usp=sharing>`__. | ||
|
|
||
|
|
||
| LEDConfig | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: transformers.LEDConfig | ||
| :members: | ||
|
|
||
|
|
||
| LEDTokenizer | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: transformers.LEDTokenizer | ||
| :members: build_inputs_with_special_tokens, get_special_tokens_mask, | ||
| create_token_type_ids_from_sequences, save_vocabulary | ||
|
|
||
|
|
||
| LEDTokenizerFast | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: transformers.LEDTokenizerFast | ||
| :members: build_inputs_with_special_tokens, get_special_tokens_mask, | ||
| create_token_type_ids_from_sequences, save_vocabulary | ||
|
|
||
|
|
||
| LED specific outputs | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: transformers.models.led.modeling_led.LEDEncoderBaseModelOutput | ||
| :members: | ||
|
|
||
| .. autoclass:: transformers.models.led.modeling_led.LEDSeq2SeqModelOutput | ||
| :members: | ||
|
|
||
| .. autoclass:: transformers.models.led.modeling_led.LEDSeq2SeqLMOutput | ||
| :members: | ||
|
|
||
| .. autoclass:: transformers.models.led.modeling_led.LEDSeq2SeqSequenceClassifierOutput | ||
| :members: | ||
|
|
||
| .. autoclass:: transformers.models.led.modeling_led.LEDSeq2SeqQuestionAnsweringModelOutput | ||
| :members: | ||
|
|
||
| .. autoclass:: transformers.models.led.modeling_tf_led.TFLEDEncoderBaseModelOutput | ||
| :members: | ||
|
|
||
| .. autoclass:: transformers.models.led.modeling_tf_led.TFLEDSeq2SeqModelOutput | ||
| :members: | ||
|
|
||
| .. autoclass:: transformers.models.led.modeling_tf_led.TFLEDSeq2SeqLMOutput | ||
| :members: | ||
|
|
||
|
|
||
|
|
||
|
|
||
| LEDModel | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: transformers.LEDModel | ||
| :members: forward | ||
|
|
||
|
|
||
| LEDForConditionalGeneration | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: transformers.LEDForConditionalGeneration | ||
| :members: forward | ||
|
|
||
|
|
||
| LEDForSequenceClassification | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: transformers.LEDForSequenceClassification | ||
| :members: forward | ||
|
|
||
|
|
||
| LEDForQuestionAnswering | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: transformers.LEDForQuestionAnswering | ||
| :members: forward | ||
|
|
||
|
|
||
| TFLEDModel | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: transformers.TFLEDModel | ||
| :members: call | ||
|
|
||
|
|
||
| TFLEDForConditionalGeneration | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: transformers.TFLEDForConditionalGeneration | ||
| :members: call | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.