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

dbmdz
/
bert-base-german-cased

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="dbmdz/bert-base-german-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("dbmdz/bert-base-german-cased")
    model = AutoModelForMaskedLM.from_pretrained("dbmdz/bert-base-german-cased")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-german-cased
2.4 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 14 commits
Mesc70's picture
Mesc70
Adding ONNX file of this model
c291a56 over 2 years ago
  • onnx
    Adding ONNX file of this model over 2 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • README.md
    3.19 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    456 Bytes
    Update config.json about 6 years ago
  • flax_model.msgpack
    440 MB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    442 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    442 MB
    xet
    Update pytorch_model.bin over 6 years ago
  • tf_model.h5
    540 MB
    xet
    Update tf_model.h5 over 6 years ago
  • tokenizer_config.json
    59 Bytes
    Update tokenizer_config.json over 6 years ago
  • vocab.txt
    240 kB
    Update vocab.txt over 6 years ago