Julien Plu
|
a7dabfb3d1
|
Fix TF s2s models (#9478)
* Fix Seq2Seq models for serving
* Apply style
* Fix lonfgormer
* Fix mBart/Pegasus/Blenderbot
* Apply style
* Add a main intermediate layer
* Apply style
* Remove import
* Apply tf.function to Longformer
* Fix utils check_copy
* Update S2S template
* Fix BART + Blenderbot
* Fix BlenderbotSmall
* Fix BlenderbotSmall
* Fix BlenderbotSmall
* Fix MBart
* Fix Marian
* Fix Pegasus + template
* Apply style
* Fix common attributes test
* Forgot to fix the LED test
* Apply Patrick's comment on LED Decoder
|
2021-01-21 17:03:29 +01:00 |
|
Lysandre Debut
|
c949516695
|
Fix slow tests v4.2.0 (#9561)
* Fix conversational pipeline test
* LayoutLM
* ProphetNet
* BART
* Blenderbot & small
* Marian
* mBART
* Pegasus
* Tapas tokenizer
* BERT2BERT test
* Style
* Example requirements
* TF BERT2BERT test
|
2021-01-13 09:55:48 -05:00 |
|
Patrick von Platen
|
7f28613213
|
[TFBart] Split TF-Bart (#9497)
* make templates ready
* make add_new_model_command_ready
* finish tf bart
* prepare tf mbart
* finish tf bart
* add tf mbart
* add marian
* prep pegasus
* add tf pegasus
* push blenderbot tf
* add blenderbot
* add blenderbot small
* clean-up
* make fix copy
* define blend bot tok
* fix
* up
* make style
* add to docs
* add copy statements
* overwrite changes
* improve
* fix docs
* finish
* fix last slow test
* fix missing git conflict line
* fix blenderbot
* up
* fix blenderbot small
* load changes
* finish copied from
* upload fix
|
2021-01-12 02:06:32 +01:00 |
|