Instructions to use Sameed1/layoutlmv3-receipts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sameed1/layoutlmv3-receipts with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Sameed1/layoutlmv3-receipts")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("Sameed1/layoutlmv3-receipts") model = AutoModelForTokenClassification.from_pretrained("Sameed1/layoutlmv3-receipts") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.