Instructions to use microsoft/layoutxlm-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/layoutxlm-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/layoutxlm-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Fix JSON
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -34,5 +34,5 @@
|
|
| 34 |
"transformers_version": "4.5.1",
|
| 35 |
"type_vocab_size": 1,
|
| 36 |
"vocab_size": 250002,
|
| 37 |
-
"tokenizer_class": "XLMRobertaTokenizer"
|
| 38 |
}
|
|
|
|
| 34 |
"transformers_version": "4.5.1",
|
| 35 |
"type_vocab_size": 1,
|
| 36 |
"vocab_size": 250002,
|
| 37 |
+
"tokenizer_class": "XLMRobertaTokenizer"
|
| 38 |
}
|