Fix: Added missing import for BertPreTrainedModel 41143b7
btarakcioglu commited on
How to use Berketarak/Product-Matching-Classifier with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Berketarak/Product-Matching-Classifier")
model = AutoModel.from_pretrained("Berketarak/Product-Matching-Classifier")