Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

microsoft
/
infoxlm-base

Fill-Mask
Transformers
PyTorch
xlm-roberta
Model card Files Files and versions
xet
Community
1

Instructions to use microsoft/infoxlm-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use microsoft/infoxlm-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="microsoft/infoxlm-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("microsoft/infoxlm-base")
    model = AutoModelForMaskedLM.from_pretrained("microsoft/infoxlm-base")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
infoxlm-base
956 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
unilm's picture
unilm
Create README.md
c67f260 almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • README.md
    1.25 kB
    Create README.md almost 5 years ago
  • config.json
    512 Bytes
    init almost 5 years ago
  • pytorch_model.bin
    942 MB
    xet
    init almost 5 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    init almost 5 years ago
  • tokenizer.json
    9.1 MB
    init almost 5 years ago