Instructions to use microsoft/unilm-base-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/unilm-base-cased with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/unilm-base-cased", dtype="auto") - Notebooks
- Google Colab
- Kaggle
ValueError: Unrecognized model in microsoft/unilm-large-cased. Should have a `model_type` key in its config.json
#3
by infiniteperplexity - opened
This model throws the following error when I attempt to load it.