Instructions to use BadreddineHug/LayoutLMv3_97 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BadreddineHug/LayoutLMv3_97 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="BadreddineHug/LayoutLMv3_97")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("BadreddineHug/LayoutLMv3_97") model = AutoModelForTokenClassification.from_pretrained("BadreddineHug/LayoutLMv3_97", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3b0592a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6bbfc3c8998f2e6abd49e85e2b6e83d660c1503ff71c1fcf82d156654ba75e49
size 3963
|