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-15lang-cased

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

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

  • Libraries
  • Transformers

    How to use Geotrend/bert-base-15lang-cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Geotrend/bert-base-15lang-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Geotrend/bert-base-15lang-cased")
    model = AutoModelForMaskedLM.from_pretrained("Geotrend/bert-base-15lang-cased")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-15lang-cased
Ctrl+K
Ctrl+K
  • 6 contributors
History: 16 commits
amine's picture
amine
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#3)
50e17f4 over 2 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#3) over 2 years ago
  • README.md
    2.48 kB
    Update README.md (#2) almost 4 years ago
  • config.json
    659 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    564 MB
    xet
    upload flax model almost 5 years ago
  • model.safetensors
    564 MB
    xet
    Adding `safetensors` variant of this model (#3) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    564 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • tf_model.h5
    788 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
    565 kB
    Update vocab.txt almost 6 years ago