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

kerasformers
/
bert_large_cased

Fill-Mask
KerasFormers
Keras
PyTorch
JAX
google-tensorflow TensorFlow
bert
cased
text-encoder
Model card Files Files and versions
xet
Community

Instructions to use kerasformers/bert_large_cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • KerasFormers

    How to use kerasformers/bert_large_cased with KerasFormers:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Keras

    How to use kerasformers/bert_large_cased with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://kerasformers/bert_large_cased")
    
  • Notebooks
  • Google Colab
  • Kaggle
bert_large_cased
1.46 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
IMvision12's picture
IMvision12
Add Available classes section to model card
7326236 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 20 days ago
  • README.md
    4.39 kB
    Add Available classes section to model card 3 days ago
  • kf_config.json
    586 Bytes
    Upgrade kf_config.json to v2 (nested config + weight_dtype) 14 days ago
  • model.weights.h5
    1.46 GB
    xet
    Re-host as a single superset checkpoint (encoder + MLM head) 3 days ago
  • tokenizer.json
    436 kB
    Upload folder using huggingface_hub 20 days ago