manueldeprada / Pretraining-T5-PyTorch-Lightning

Collection of scripts to pretrain T5 in unsupervised text, using PyTorch Lightning. CORD-19 pretraining provided as example.
30 stars 6 forks source link

where i can download metadata.csv ? #2

Open wxj630 opened 2 years ago

wxj630 commented 2 years ago

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?

manueldeprada commented 2 years ago

metada.csv is a file included with the official CORD-19 dataset. hope it helps!