t5-cord19 / README.md
Manuel de Prada
Update README.md
c8d0776

T5-base pretrained on CORD-19 dataset

The model has been pretrained on text and abstracts from the CORD-19 dataset, using a manually implemented denoising objetive similar to the original T5 denoising objective.

Model needs to be finetuned on downstream tasks.

Code avaliable in github: https://github.com/manueldeprada/Pretraining-T5-PyTorch-Lightning.