Instructions to use ift/handwriting_forms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ift/handwriting_forms with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ift/handwriting_forms", dtype="auto") - Notebooks
- Google Colab
- Kaggle
tokenizer.json and preprocessor_config.json Files Not Found
#2
by mindywu - opened
Hi,
I would like to perform inference with this handwriting Donut model with hugging face transformers library, but it seems that the tokenizer.json and preprocessor_config.json files are missing.
Could you help me how can I do?
Thank you.