Updated with results of training. b120573
Tim Miller commited on
How to use mlml-chip/negation_pubmedbert_sharpseed with Transformers:
# Load model directly
from transformers import CnlpModelForClassification
model = CnlpModelForClassification.from_pretrained("mlml-chip/negation_pubmedbert_sharpseed", dtype="auto")