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

  • Log In
  • Sign Up

hiert
/
testbert2

Fill-Mask
Transformers
bert
inference endpoints
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use hiert/testbert2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="hiert/testbert2")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("hiert/testbert2", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
testbert2
2.18 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
hiert's picture
hiert
Update README.md
b0e2c3f over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    79 Bytes
    Update README.md over 2 years ago
  • config.json
    577 Bytes
    Upload config.json over 2 years ago