Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

distilbert
/
distilbert-base-multilingual-cased

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
ONNX
Safetensors
distilbert
Model card Files Files and versions
xet
Community
5

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

  • Libraries
  • Transformers

    How to use distilbert/distilbert-base-multilingual-cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="distilbert/distilbert-base-multilingual-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("distilbert/distilbert-base-multilingual-cased")
    model = AutoModelForMaskedLM.from_pretrained("distilbert/distilbert-base-multilingual-cased")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-multilingual-cased
2.91 GB
Ctrl+K
Ctrl+K
  • 8 contributors
History: 19 commits
lysandre's picture
lysandre HF Staff
Updates incorrect tokenizer configuration file (#5)
45c032a verified about 2 years ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model (#3) about 3 years ago
  • README.md
    7.32 kB
    Add language tags (#2) almost 4 years ago
  • config.json
    466 Bytes
    Update config.json about 6 years ago
  • model.onnx
    909 MB
    xet
    Adding ONNX file of this model (#4) about 3 years ago
  • model.safetensors
    542 MB
    xet
    Adding `safetensors` variant of this model (#3) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    542 MB
    xet
    Update pytorch_model.bin over 6 years ago
  • tf_model.h5
    911 MB
    xet
    Update tf_model.h5 over 6 years ago
  • tokenizer.json
    1.96 MB
    Update tokenizer.json over 5 years ago
  • tokenizer_config.json
    49 Bytes
    Updates incorrect tokenizer configuration file (#5) about 2 years ago
  • vocab.txt
    996 kB
    Add vocab over 5 years ago