Instructions to use Felix92/doctr-dummy-tf-db-resnet50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Felix92/doctr-dummy-tf-db-resnet50 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Felix92/doctr-dummy-tf-db-resnet50", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Is there any one could use it ?
#1
by AlhitawiMohammed22 - opened
Trying to use the existing script but seem does not work at least on collab
Hi @AlhitawiMohammed22 the models with -dummy- inside are only placeholder for our internal testing :)
Btw.: doctr-0.7.0 is out now so the hf model loading should work also now as expected with the latest version from pip (v0-7-0)