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")
The community tab is the place to discuss and collaborate with the HF community!