Pretraining-T5-PyTorch-Lightning
Pretraining-T5-PyTorch-Lightning copied to clipboard
Collection of scripts to pretrain T5 in unsupervised text, using PyTorch Lightning. CORD-19 pretraining provided as example.
Hi there! I have prepared a dataset using your code. But now I have a problem with training another t5 model (cointegrated/rut5-base-multitask). IndexError: index out of range in self. Where...
when i run eatract_cord19.py, it raise an ERROR "FileNotFoundError: [Errno 2] No such file or directory: 'metadata.csv'", so i want to ask where i can download metadata.csv file?
Hello, First of all, thank you for sharing your code, I'm new to NLP and I've been looking for a while to find a solution on how to train a...