or4cl3ai commited on
Commit
275a1f6
1 Parent(s): 57e50ce

Create pytorch_model.bin

Browse files
Files changed (1) hide show
  1. pytorch_model.bin +7 -0
pytorch_model.bin ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import torch
2
+
3
+ # Load the Aiden_t5 model weights
4
+ aidenT5Model = torch.load('/path/to/model_weights/pytorch_model.bin')
5
+
6
+ # Initialize the Aiden_t5 model
7
+ aidenT5Model = Aiden_t5(aidenT5Model)