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")