How to use anismahmahi/QCRI with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForTokenAndSequenceJointClassification tokenizer = AutoTokenizer.from_pretrained("anismahmahi/QCRI") model = BertForTokenAndSequenceJointClassification.from_pretrained("anismahmahi/QCRI")
The community tab is the place to discuss and collaborate with the HF community!