Instructions to use Adam789/layoutlmv2-1024-seq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Adam789/layoutlmv2-1024-seq with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Adam789/layoutlmv2-1024-seq")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("Adam789/layoutlmv2-1024-seq") model = AutoModelForTokenClassification.from_pretrained("Adam789/layoutlmv2-1024-seq") - Notebooks
- Google Colab
- Kaggle
Upload LayoutLMv2ForTokenClassification
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 803857209
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3c38e99a164eb1fc38462d8b1f4a08977575f2864adc5a4bab5693e11866be1
|
| 3 |
size 803857209
|