Instructions to use team-lucid/layoutlmv3-base-ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use team-lucid/layoutlmv3-base-ko with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="team-lucid/layoutlmv3-base-ko")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("team-lucid/layoutlmv3-base-ko") model = AutoModel.from_pretrained("team-lucid/layoutlmv3-base-ko") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9840888 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2f42ded82d6a3aed8ae5af2667d1885a3719d3ae9b4c97ce8df31062f20433b7
size 502282586
|