Updated term exists model trained on multiple corpora. cd741b7
Tim Miller commited on
How to use mlml-chip/termexists_pubmedbert_ssm with Transformers:
# Load model directly
from transformers import CnlpModelForClassification
model = CnlpModelForClassification.from_pretrained("mlml-chip/termexists_pubmedbert_ssm", device_map="auto")