Instructions to use microsoft/infoxlm-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/infoxlm-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/infoxlm-large")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("microsoft/infoxlm-large") model = AutoModelForMaskedLM.from_pretrained("microsoft/infoxlm-large") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
7dc8de0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0ece83eea87c6db5e09cb3b6e70e24e46fb992d7bf4813608925486741b6d2d4
size 2239651382
|