Instructions to use ayoub999/LayoutLMv3_5_entities_filtred_12 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ayoub999/LayoutLMv3_5_entities_filtred_12 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ayoub999/LayoutLMv3_5_entities_filtred_12")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("ayoub999/LayoutLMv3_5_entities_filtred_12") model = AutoModelForTokenClassification.from_pretrained("ayoub999/LayoutLMv3_5_entities_filtred_12") - Notebooks
- Google Colab
- Kaggle
Ctrl+K