Update for cnlpt v0.6.0. 9a45759
Tim Miller commited on
How to use tmills/timex-thyme-colon with Transformers:
# Load model directly
from transformers import CnlpModelForClassification
model = CnlpModelForClassification.from_pretrained("tmills/timex-thyme-colon", dtype="auto")