Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

epwalsh
/
bert-xsmall-dummy

Feature Extraction
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use epwalsh/bert-xsmall-dummy with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="epwalsh/bert-xsmall-dummy")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("epwalsh/bert-xsmall-dummy")
    model = AutoModel.from_pretrained("epwalsh/bert-xsmall-dummy")
  • Notebooks
  • Google Colab
  • Kaggle
bert-xsmall-dummy
160 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
d36cc49 almost 5 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • config.json
    420 Bytes
    Update config.json almost 6 years ago
  • flax_model.msgpack
    77.4 kB
    xet
    upload flax model almost 5 years ago
  • pytorch_model.bin
    81.3 kB
    xet
    Update pytorch_model.bin almost 6 years ago
  • vocab.txt
    936 Bytes
    Update vocab.txt almost 6 years ago