Update config.json b3e0523 verified
Jamie@TitanML commited on
How to use jamesdborin/dummy_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, dummy
tokenizer = AutoTokenizer.from_pretrained("jamesdborin/dummy_model")
model = dummy.from_pretrained("jamesdborin/dummy_model")