Instructions to use pabloOmega/layout_hw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pabloOmega/layout_hw with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="pabloOmega/layout_hw")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("pabloOmega/layout_hw") model = AutoModelForTokenClassification.from_pretrained("pabloOmega/layout_hw") - Notebooks
- Google Colab
- Kaggle
Upload LayoutLMv3ForTokenClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 501349380
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e98f95449ca0251d4c01f7791b6b32518b3484ac57ae24101755505fa3779c50
|
| 3 |
size 501349380
|