How to use pabloOmega/ocr-layout-not-bio with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="pabloOmega/ocr-layout-not-bio")
# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("pabloOmega/ocr-layout-not-bio") model = AutoModelForTokenClassification.from_pretrained("pabloOmega/ocr-layout-not-bio")
The community tab is the place to discuss and collaborate with the HF community!