Instructions to use ethangclark/layoutlm-funsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ethangclark/layoutlm-funsd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ethangclark/layoutlm-funsd")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ethangclark/layoutlm-funsd") model = AutoModelForTokenClassification.from_pretrained("ethangclark/layoutlm-funsd", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/events.out.tfevents.1711209382.ethanmbp.lan.35815.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62877c99822b21f4a2e24934bde0aabd2f2b0de65ef35203b32c867f7890a089
|
| 3 |
+
size 5462
|
logs/events.out.tfevents.1711209414.ethanmbp.lan.35837.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49e66582773ce65f4d8a4eb3872e1882098d30812b443e6d19d673b7fefe6048
|
| 3 |
+
size 5462
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 450552060
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c45b2f5148980b2e9b30c1001f5343bd681af29211eec6be546bb9f80a98d864
|
| 3 |
size 450552060
|