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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 7
Browse files
logs/events.out.tfevents.1733253804.63d9064179a3.23.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ce863aa8b9ef15f4bdf6d53ff245fd0db27d088c0a988fb26b54db1d2782d30
|
| 3 |
+
size 10094
|
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:bfd56b50b4c314f2e58bbe16a9cd4ae1e4232defd04cc549e27b99dcc5f25d36
|
| 3 |
size 450548984
|