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

julien-c
/
bert-xsmall-dummy

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

Instructions to use julien-c/bert-xsmall-dummy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use julien-c/bert-xsmall-dummy with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="julien-c/bert-xsmall-dummy")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("julien-c/bert-xsmall-dummy")
    model = AutoModelForMaskedLM.from_pretrained("julien-c/bert-xsmall-dummy")
  • Notebooks
  • Google Colab
  • Kaggle
bert-xsmall-dummy
285 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
9d3811d about 5 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • README.md
    539 Bytes
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    448 Bytes
    Update config.json about 6 years ago
  • flax_model.msgpack
    58.5 kB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    65.5 kB
    xet
    Update pytorch_model.bin over 6 years ago
  • tf_model.h5
    159 kB
    xet
    Update tf_model.h5 over 6 years ago
  • vocab.txt
    63 Bytes
    Update vocab.txt over 6 years ago