Instructions to use 1glabs/layoutlmv3-financial-document-classificationyc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 1glabs/layoutlmv3-financial-document-classificationyc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="1glabs/layoutlmv3-financial-document-classificationyc")# Load model directly from transformers import AutoProcessor, AutoModelForSequenceClassification processor = AutoProcessor.from_pretrained("1glabs/layoutlmv3-financial-document-classificationyc") model = AutoModelForSequenceClassification.from_pretrained("1glabs/layoutlmv3-financial-document-classificationyc") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c797b22ab5081fb868967b184b63509c58de312f8a72d3702eaff7ed4cab236f
|
| 3 |
+
size 503716188
|