How to use this model?

#1
by chrisxx - opened

Would you mind adding a minimal example on how to use this model? The default instructions

from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("Azu/trocr-handwritten-math")

model = AutoModel.from_pretrained("Azu/trocr-handwritten-math")

don't work.

Sign up or log in to comment