Models to perform neural summarization (extractive and abstractive) using machine learning transformers and a tool to convert abstractive summarization datasets to the extractive task.
I have noticed this happen consistently -- if the data is not in .pt format and needs to be prepared, if I run the training script (main.py), it will prepare the data, and then fail with dataloader can't find file. But at this point the .pt files are prepared and I just run the same command again and they are found. It is a minor issue but just FYI.
I have noticed this happen consistently -- if the data is not in .pt format and needs to be prepared, if I run the training script (main.py), it will prepare the data, and then fail with dataloader can't find file. But at this point the .pt files are prepared and I just run the same command again and they are found. It is a minor issue but just FYI.