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

  • Log In
  • Sign Up

hiert
/
testbert3

Fill-Mask
Transformers
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use hiert/testbert3 with Transformers:

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