Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
layoutlmv3
Generated from Trainer
Eval Results (legacy)
Instructions to use nielsr/layoutlmv3-finetuned-funsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nielsr/layoutlmv3-finetuned-funsd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="nielsr/layoutlmv3-finetuned-funsd")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("nielsr/layoutlmv3-finetuned-funsd") model = AutoModelForTokenClassification.from_pretrained("nielsr/layoutlmv3-finetuned-funsd", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
2a5cf00
1
Parent(s): 85a8faf
Adding `safetensors` variant of this model (#4)
Browse files- Adding `safetensors` variant of this model (515c91415cae3c10efba3f7cfa01a4d5f74c37a7)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b375a1ed05686cc1fd3858c0c239a47ffe4f181ae4e56f867c5109658d5ba4da
|
| 3 |
+
size 501359748
|