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

  • Log In
  • Sign Up

smfire
/
my-custom-bert

Feature Extraction
Transformers
Safetensors
bert
custom
custom-bert
Model card Files Files and versions
xet
Community

Instructions to use smfire/my-custom-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use smfire/my-custom-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="smfire/my-custom-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("smfire/my-custom-bert")
    model = AutoModel.from_pretrained("smfire/my-custom-bert")
  • Notebooks
  • Google Colab
  • Kaggle
my-custom-bert
433 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
smfire's picture
smfire
Upload model
223815e verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.19 kB
    Upload model almost 2 years ago
  • config.json
    694 Bytes
    Upload model almost 2 years ago
  • model.safetensors
    433 MB
    xet
    Upload model almost 2 years ago