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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

google-bert
/
bert-base-multilingual-uncased

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
bert
Model card Files Files and versions
xet
Community
8

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

  • Libraries
  • Transformers

    How to use google-bert/bert-base-multilingual-uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="google-bert/bert-base-multilingual-uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("google-bert/bert-base-multilingual-uncased")
    model = AutoModelForMaskedLM.from_pretrained("google-bert/bert-base-multilingual-uncased", device_map="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-multilingual-uncased / onnx
Ctrl+K
Ctrl+K
  • 7 contributors
History: 1 commit
Mesc70's picture
Mesc70
Adding ONNX file of this model
1ff074b verified over 2 years ago
  • config.json
    818 Bytes
    Adding ONNX file of this model over 2 years ago
  • generation_config.json
    90 Bytes
    Adding ONNX file of this model over 2 years ago
  • model.onnx
    995 MB
    xet
    Adding ONNX file of this model over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Adding ONNX file of this model over 2 years ago
  • tokenizer.json
    2.56 MB
    Adding ONNX file of this model over 2 years ago
  • tokenizer_config.json
    1.19 kB
    Adding ONNX file of this model over 2 years ago
  • vocab.txt
    872 kB
    Adding ONNX file of this model over 2 years ago