Hello, is it possible to provide some guidance (either here or in the README) on how to use the model for summarization using either the provided checkpoints or own checkpoints generated during training?
I assume one would have to load the checkpoints using torch.load() and initialize a model using the respective encoder class right?
Hello, is it possible to provide some guidance (either here or in the README) on how to use the model for summarization using either the provided checkpoints or own checkpoints generated during training?
I assume one would have to load the checkpoints using
torch.load()and initialize a model using the respective encoder class right?