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 13
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:fe783117cbd2bda69b44530c7703b2ddd2dac44e00894547cd9107ba34e80abc
|
| 3 |
+
size 14306
|
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:ddfde813d523ebddae44c7273b334bf6f6b7c337b85b7668fbd1eee5206b78e1
|
| 3 |
size 450548984
|