Instructions to use jadechoghari/textnet-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jadechoghari/textnet-tiny with Transformers:
# Load model directly from transformers import AutoImageProcessor, TextNetBackbone processor = AutoImageProcessor.from_pretrained("jadechoghari/textnet-tiny") model = TextNetBackbone.from_pretrained("jadechoghari/textnet-tiny") - Notebooks
- Google Colab
- Kaggle