Instructions to use HungNguyen142/layoutlm-mcocr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HungNguyen142/layoutlm-mcocr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="HungNguyen142/layoutlm-mcocr")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("HungNguyen142/layoutlm-mcocr") model = AutoModelForTokenClassification.from_pretrained("HungNguyen142/layoutlm-mcocr") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
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 450548984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08fae7e1b3e2d83a9c7f2ac8e11db3cac33743002aa2c439fe591bc15cf9ca43
|
| 3 |
size 450548984
|