update model card README.md 8c01bd8
John Woods commited on
How to use jwoods/output with Transformers:
# Load model directly
from transformers import AutoTokenizer, TrainableDT
tokenizer = AutoTokenizer.from_pretrained("jwoods/output")
model = TrainableDT.from_pretrained("jwoods/output")