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

  • Log In
  • Sign Up

AnonymousSub
/
bert_snips

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

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

  • Libraries
  • Transformers

    How to use AnonymousSub/bert_snips with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="AnonymousSub/bert_snips")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/bert_snips")
    model = AutoModel.from_pretrained("AnonymousSub/bert_snips")
  • Notebooks
  • Google Colab
  • Kaggle
bert_snips
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AnonymousSub's picture
AnonymousSub
add model
22c3f2d over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    720 Bytes
    add model over 4 years ago
  • pytorch_model.bin
    438 MB
    xet
    add model over 4 years ago