Updated for cnlpt version 0.6.0. eabb23e
Tim Miller commited on
How to use mlml-chip/current-thyme with Transformers:
# Load model directly
from transformers import CnlpModelForClassification
model = CnlpModelForClassification.from_pretrained("mlml-chip/current-thyme", dtype="auto")