Suraj Patil
|
680f1337c3
|
MBartForConditionalGeneration (#6441)
* add MBartForConditionalGeneration
* style
* rebase and fixes
* add mbart test in TEST_FILES_WITH_NO_COMMON_TESTS
* fix docs
* don't ignore mbart
* doc
* fix mbart fairseq link
* put mbart before bart
* apply doc suggestions
|
2020-08-14 03:21:16 -04:00 |
|
Sam Shleifer
|
be1520d3a3
|
rename prepare_translation_batch -> prepare_seq2seq_batch (#6103)
|
2020-08-11 15:57:07 -04:00 |
|
Sam Shleifer
|
66fa8ceaea
|
PegasusForConditionalGeneration (torch version) (#6340)
Co-authored-by: Jingqing Zhang <jingqing.zhang15@imperial.ac.uk>
|
2020-08-11 14:31:23 -04:00 |
|
Sam Shleifer
|
353b8f1e7a
|
Add mbart-large-cc25, support translation finetuning (#5129)
improve unittests for finetuning, especially w.r.t testing frozen parameters
fix freeze_embeds for T5
add streamlit setup.cfg
|
2020-07-07 13:23:01 -04:00 |
|
Suraj Patil
|
e93ccb3290
|
BartForQuestionAnswering (#4908)
|
2020-06-12 15:47:57 -04:00 |
|
Sylvain Gugger
|
37be3786cf
|
Clean documentation (#4849)
* Clean documentation
|
2020-06-08 11:28:19 -04:00 |
|
Julien Chaumond
|
b42586ea56
|
Fix CI after killing archive maps (#4724)
* 🐛 Fix model ids for BART and Flaubert
|
2020-06-02 10:21:09 -04:00 |
|
Sam Shleifer
|
3487be75ef
|
[Marian] documentation and AutoModel support (#4152)
- MarianSentencepieceTokenizer - > MarianTokenizer
- Start using unk token.
- add docs page
- add better generation params to MarianConfig
- more conversion utilities
|
2020-05-10 13:54:57 -04:00 |
|
Sam Shleifer
|
857e0a0d3b
|
Rename BartForMaskedLM -> BartForConditionalGeneration (#3114)
* improved documentation
|
2020-03-05 17:41:18 -05:00 |
|
Sam Shleifer
|
b54ef78d0c
|
Bart-CNN (#3059)
`generate` code that produces 99% identical summarizations to fairseq on CNN test data, with caching.
|
2020-03-02 10:35:53 -05:00 |
|
Sam Shleifer
|
53ce3854a1
|
New BartModel (#2745)
* Results same as fairseq
* Wrote a ton of tests
* Struggled with api signatures
* added some docs
|
2020-02-20 18:11:13 -05:00 |
|