demSd
00031785a8
BartForCausalLM analogs to ProphetNetForCausalLM (#9128)
* initiliaze bart4causalLM
* create BartDecoderWrapper, setters/getters
* delete spaces
* forward and additional methods
* update cache function, loss function, remove ngram* params in data class.
* add bartcausallm, bartdecoder testing
* correct bart for causal lm
* remove at
* add mbart as well
* up
* fix typo
* up
* correct
* add pegasusforcausallm
* add blenderbotforcausallm
* add blenderbotsmallforcausallm
* add marianforcausallm
* add test for MarianForCausalLM
* add Pegasus test
* add BlenderbotSmall test
* add blenderbot test
* fix a fail
* fix an import fail
* a fix
* fix
* Update modeling_pegasus.py
* fix models
* fix inputs_embeds setting getter
* adapt tests
* correct repo utils check
* finish test improvement
* fix tf models as well
* make style
* make fix-copies
* fix copies
* run all tests
* last changes
* fix all tests
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2021-02-04 11:56:12 +03:00
..
2021-01-14 14:25:30 +01:00
2021-02-01 17:55:10 +03:00
2021-01-06 17:11:42 +01:00
2021-02-02 05:22:20 -05:00
2021-02-04 11:56:12 +03:00
2021-02-01 17:55:10 +03:00
2021-01-11 08:53:41 -05:00
2021-01-05 06:18:48 -05:00
2021-01-20 14:13:16 -05:00
2021-01-13 16:01:51 +01:00
2020-06-17 14:01:10 -04:00
2021-01-26 03:37:57 -05:00
2021-01-28 09:21:58 -05:00
2020-05-27 11:36:55 -04:00
2020-02-25 13:48:24 -05:00
2021-01-20 13:28:40 -05:00
2021-02-03 09:30:37 -05:00
2021-01-28 09:36:46 -08:00
2020-12-07 18:36:34 -05:00
2021-01-30 09:59:19 -05:00
2021-01-27 03:20:09 -05:00
2021-01-05 06:18:48 -05:00
2020-04-06 14:32:39 -04:00
2020-12-07 18:36:34 -05:00
2020-12-23 10:15:49 -05:00
2020-12-23 10:15:49 -05:00
2021-01-13 05:58:05 -05:00
2020-12-23 10:15:49 -05:00
2020-12-07 18:36:34 -05:00
2021-01-05 06:18:48 -05:00
2021-01-05 06:18:48 -05:00
2020-12-23 10:15:49 -05:00
2021-01-12 19:05:18 -08:00