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 1
Browse files
logs/events.out.tfevents.1733251875.085fa08f7b59.23.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdad1340dda4e5fbbcf3250fb46e3725a61cbf5a34e1ef9bf418934bb7b54a3a
|
| 3 |
+
size 5933
|
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:b480234a80902c429174270b8f95b45b08d4eff648c2a70fe28b6f542ee0c73b
|
| 3 |
size 450548984
|