How to use tmills/tiny-dtr with Transformers:
# Load model directly from transformers import CnlpModelForClassification model = CnlpModelForClassification.from_pretrained("tmills/tiny-dtr", dtype="auto")