Instructions to use pabloma09/layoutlm-funsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pabloma09/layoutlm-funsd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="pabloma09/layoutlm-funsd")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("pabloma09/layoutlm-funsd") model = AutoModelForTokenClassification.from_pretrained("pabloma09/layoutlm-funsd", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 13
Browse files
logs/events.out.tfevents.1710521086.2e14fe2784b5.604.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:6e5007c18203ec2c42916934f1a2fe612fe30ce43affd73afa49ce53a58a9b55
|
| 3 |
+
size 13954
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 450558212
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2806276e5e109b99ed94a5d4ea572581bcb05075765c6664000d12967a553e9
|
| 3 |
size 450558212
|