Instructions to use sh0KILLa/layoutlmv3-invoice-parser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sh0KILLa/layoutlmv3-invoice-parser with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sh0KILLa/layoutlmv3-invoice-parser")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("sh0KILLa/layoutlmv3-invoice-parser") model = AutoModelForTokenClassification.from_pretrained("sh0KILLa/layoutlmv3-invoice-parser", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
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 501355532
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06411b50ab88d6a876cbea70e1d30077765772a7bdc9331fe39fd243e6626c26
|
| 3 |
size 501355532
|