@sshleifer
I found examples for text summarization on CNN/DM dataset using BERT, but I couldn't find any example using BART.
Are you going to add it later, or update the existing example to add BART, or it's not scheduled ?
BART has only just been implemented and is not part of release code yet. I'm sure that examples will be added later on, you just need a bit more patience.
How is this going? I would like to train BART for text summarization with my own dataset and I have no idea of what preprocessing is needed or what inputs the model needs. I would appreciate the help @sshleifer.
No training code yet, but we have an eval example. Its very new obviously, so make an issue and tag me if it breaks :)
The associated PR I opened has the training code. Just in case you want to test it out and run some experiments/give feedback. I based it on this colab that I wrote.
Most helpful comment
BART has only just been implemented and is not part of release code yet. I'm sure that examples will be added later on, you just need a bit more patience.