Instructions to use waynedsouza/namematch_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use waynedsouza/namematch_classifier with Transformers:
# Load model directly from transformers import AutoTokenizer, WBertClassifier tokenizer = AutoTokenizer.from_pretrained("waynedsouza/namematch_classifier") model = WBertClassifier.from_pretrained("waynedsouza/namematch_classifier") - Notebooks
- Google Colab
- Kaggle