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

google-bert
/
bert-base-german-cased

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
ONNX
Safetensors
German
bert
exbert
Model card Files Files and versions
xet
Community
6

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

  • Libraries
  • Transformers

    How to use google-bert/bert-base-german-cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="google-bert/bert-base-german-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("google-bert/bert-base-german-cased")
    model = AutoModelForMaskedLM.from_pretrained("google-bert/bert-base-german-cased")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-german-cased / onnx
530 MB
Ctrl+K
Ctrl+K
  • 8 contributors
History: 1 commit
fxmarty's picture
fxmarty
Adding ONNX file of this model (#4)
55717ce over 2 years ago
  • added_tokens.json
    74 Bytes
    Adding ONNX file of this model (#4) over 2 years ago
  • config.json
    606 Bytes
    Adding ONNX file of this model (#4) over 2 years ago
  • generation_config.json
    90 Bytes
    Adding ONNX file of this model (#4) over 2 years ago
  • model.onnx
    529 MB
    xet
    Adding ONNX file of this model (#4) over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Adding ONNX file of this model (#4) over 2 years ago
  • tokenizer.json
    726 kB
    Adding ONNX file of this model (#4) over 2 years ago
  • tokenizer_config.json
    1.22 kB
    Adding ONNX file of this model (#4) over 2 years ago
  • vocab.txt
    255 kB
    Adding ONNX file of this model (#4) over 2 years ago