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

Geotrend
/
bert-base-en-zh-cased

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
multilingual
English
Chinese
bert
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use Geotrend/bert-base-en-zh-cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Geotrend/bert-base-en-zh-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Geotrend/bert-base-en-zh-cased")
    model = AutoModelForMaskedLM.from_pretrained("Geotrend/bert-base-en-zh-cased")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-en-zh-cased
1.92 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 14 commits
amine's picture
amine
Loïck
Update README.md (#1)
b2d5f51 about 3 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • README.md
    1.54 kB
    Update README.md (#1) about 3 years ago
  • config.json
    659 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    453 MB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    453 MB
    xet
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • pytorch_model.bin
    453 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • tf_model.h5
    565 MB
    xet
    Update tf_model.h5 over 5 years ago
  • tokenizer_config.json
    49 Bytes
    Update tokenizer_config.json almost 6 years ago
  • vocab.txt
    219 kB
    Update vocab.txt almost 6 years ago