Added new files. 92c341f
Tim Miller commited on
How to use tmills/event-thyme-colon with Transformers:
# Load model directly
from transformers import CnlpModelForClassification
model = CnlpModelForClassification.from_pretrained("tmills/event-thyme-colon", dtype="auto")