Instructions to use Sharka/CIVQA_LayoutLMv3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sharka/CIVQA_LayoutLMv3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("document-question-answering", model="Sharka/CIVQA_LayoutLMv3")# Load model directly from transformers import AutoProcessor, AutoModelForDocumentQuestionAnswering processor = AutoProcessor.from_pretrained("Sharka/CIVQA_LayoutLMv3") model = AutoModelForDocumentQuestionAnswering.from_pretrained("Sharka/CIVQA_LayoutLMv3") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
ea6450c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7ca558db16a3060ef9c9f365a88534143fbfec22c0eee50a2ac9d589a4a143f9
size 5767168
|