Lysandre Debut
|
e89c959af9
|
Fix model templates (#9999)
|
2021-02-04 07:47:26 -05:00 |
|
Sylvain Gugger
|
d85691ac75
|
Doc title in the template (#9910)
|
2021-02-01 03:05:31 -05:00 |
|
Patrick von Platen
|
cbe63949d7
|
Model Templates for Seq2Seq (#9251)
* adapt cookie cutter
* fix copy past statement
* delete copy statements for now
* remove unused import from template
* make doc rst
* correct config docstring
* correct training
* correct inputs processing tf enc dec
* make style
* adapt templates
* clean tabs
* correct tensor -> Tensor naming
* correct indent
* correct templates
* fix the test
* break lines to avoid > 119
* Apply suggestions from code review
|
2020-12-22 23:41:20 +01:00 |
|
Lysandre Debut
|
67ff1c314a
|
Templates overhaul 1 (#8993)
|
2020-12-08 18:00:07 -05:00 |
|
Sylvain Gugger
|
00aa9dbca2
|
Copyright (#8970)
* Add copyright everywhere missing
* Style
|
2020-12-07 18:36:34 -05:00 |
|
Lysandre Debut
|
826f04576f
|
Model templates encoder only (#8509)
* Model templates
* TensorFlow
* Remove pooler
* CI
* Tokenizer + Refactoring
* Encoder-Decoder
* Let's go testing
* Encoder-Decoder in TF
* Let's go testing in TF
* Documentation
* README
* Fixes
* Better names
* Style
* Update docs
* Choose to skip either TF or PT
* Code quality fixes
* Add to testing suite
* Update file path
* Cookiecutter path
* Update `transformers` path
* Handle rebasing
* Remove seq2seq from model templates
* Remove s2s config
* Apply Sylvain and Patrick comments
* Apply suggestions from code review
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* Last fixes from code review
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
|
2020-11-13 11:59:30 -05:00 |
|