Object Detection
Transformers
TensorBoard
layoutlm
token-classification
Generated from Trainer
endpoints-template
Instructions to use QUBUHUB/layoutlm-funsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use QUBUHUB/layoutlm-funsd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="QUBUHUB/layoutlm-funsd")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("QUBUHUB/layoutlm-funsd") model = AutoModelForTokenClassification.from_pretrained("QUBUHUB/layoutlm-funsd") - Notebooks
- Google Colab
- Kaggle
Rename pytorch_model.bin to pytorch_model.vtt
Browse files- .gitattributes +1 -0
- pytorch_model.bin → pytorch_model.vtt +0 -0
.gitattributes
CHANGED
|
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
pytorch_model.vtt filter=lfs diff=lfs merge=lfs -text
|
pytorch_model.bin → pytorch_model.vtt
RENAMED
|
File without changes
|