Instructions to use leom21/layoutlm-funsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use leom21/layoutlm-funsd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="leom21/layoutlm-funsd")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("leom21/layoutlm-funsd") model = AutoModelForTokenClassification.from_pretrained("leom21/layoutlm-funsd") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/events.out.tfevents.1714565598.DESKTOP-3CFO1LV.4799.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2798a9d0f23686618863c0e4bcd608b39eb242bd2a7e436e9217ec00cc095ae
|
| 3 |
+
size 5625
|
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:333d14ccd73fda39c477f5080f8a72747528cbee090ee123e6c0cbe9d2e40111
|
| 3 |
size 450558212
|