Instructions to use seungwon12/layoutlm-document-extract with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use seungwon12/layoutlm-document-extract with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="seungwon12/layoutlm-document-extract")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("seungwon12/layoutlm-document-extract") model = AutoModelForTokenClassification.from_pretrained("seungwon12/layoutlm-document-extract") - Notebooks
- Google Colab
- Kaggle
Commit ·
94bd732
1
Parent(s): e957f64
Delete pytorch_model.bin
Browse files- pytorch_model.bin +0 -3
pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0de38b6af6ebd48fd433b0de10b8bec0a0406bd7ff81eddc15924571a21687a9
|
| 3 |
-
size 802224121
|
|
|
|
|
|
|
|
|
|
|
|