Instructions to use FacebookAI/xlm-mlm-17-1280 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FacebookAI/xlm-mlm-17-1280 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="FacebookAI/xlm-mlm-17-1280")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("FacebookAI/xlm-mlm-17-1280") model = AutoModelForMaskedLM.from_pretrained("FacebookAI/xlm-mlm-17-1280") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f098de416afe822188af83833ccda2a9e4d4b9d10a46f5f620ae5dc871552d65
- Size of remote file:
- 1.14 GB
- SHA256:
- 100dda020f1d3d0129f43725f86c3932055c26fbd7645bf843f8ef392be16e8c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.