Lysandre Debut
|
364a5ae1f0
|
Refactor Code samples; Test code samples (#5036)
* Refactor code samples
* Test docstrings
* Style
* Tokenization examples
* Run rust of tests
* First step to testing source docs
* Style and BART comment
* Test the remainder of the code samples
* Style
* let to const
* Formatting fixes
* Ready for merge
* Fix fixture + Style
* Fix last tests
* Update docs/source/quicktour.rst
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* Addressing @sgugger's comments + Fix MobileBERT in TF
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
|
2020-06-25 16:46:00 -04:00 |
|
Mikael Souza
|
3fe75c7f70
|
Fixing docs for Encoder Decoder Config (#5171)
|
2020-06-22 10:51:17 +02:00 |
|
Patrick von Platen
|
8cca875569
|
[EncoderDecoderConfig] automatically set decoder config to decoder (#4809)
* automatically set decoder config to decoder
* add more tests
|
2020-06-05 23:16:37 +02:00 |
|
Patrick von Platen
|
9a0a8c1c6f
|
add examples to doc (#4045)
|
2020-04-28 16:33:23 +02:00 |
|
Patrick von Platen
|
fa49b9afea
|
Clean Encoder-Decoder models with Bart/T5-like API and add generate possibility (#3383)
* change encoder decoder style to bart & t5 style
* make encoder decoder generation dummy work for bert
* make style
* clean init config in encoder decoder
* add tests for encoder decoder models
* refactor and add last tests
* refactor and add last tests
* fix attn masks for bert encoder decoder
* make style
* refactor prepare inputs for Bert
* refactor
* finish encoder decoder
* correct typo
* add docstring to config
* finish
* add tests
* better naming
* make style
* fix flake8
* clean docstring
* make style
* rename
|
2020-04-28 15:11:09 +02:00 |
|