Instructions to use microsoft/layoutlmv3-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/layoutlmv3-large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/layoutlmv3-large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add TF weights
#1
by chriskoo - opened
- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9df2f4967eb29213f9921781cf44051aa5d464d69ca53d037b5462d2ebc4b00
|
| 3 |
+
size 1424583296
|