Fixing incorrect model commit. 1139fe1
Tim Miller commited on
How to use mlml-chip/thyme2_colon_e2e with Transformers:
# Load model directly
from transformers import CnlpModelForClassification
model = CnlpModelForClassification.from_pretrained("mlml-chip/thyme2_colon_e2e", dtype="auto")