Instructions to use Berketarak/Product-Matching-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 8db3b86 verified
Update README.md 864179e verified
Fix: Added missing import for BertPreTrainedModel 41143b7
btarakcioglu commited on