import torch | |
# Load the Aiden_t5 model weights | |
aidenT5Model = torch.load('/path/to/model_weights/pytorch_model.bin') | |
# Initialize the Aiden_t5 model | |
aidenT5Model = Aiden_t5(aidenT5Model) | |
import torch | |
# Load the Aiden_t5 model weights | |
aidenT5Model = torch.load('/path/to/model_weights/pytorch_model.bin') | |
# Initialize the Aiden_t5 model | |
aidenT5Model = Aiden_t5(aidenT5Model) | |