Thank you so much, Lewis! I’ll try it in the next few hours. But may I know first what does the torch.load() function return?
Is that a same thing as my previously used? Previously, I used this function:
model = BertForSequenceClassification.from_pretrained(<my_model_path>)