Aiden_t5 / pytorch_model.bin
or4cl3ai's picture
Create pytorch_model.bin
275a1f6
raw
history blame
No virus
189 Bytes
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)