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

  • Log In
  • Sign Up

test-yblk
/
my-custom-bert

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

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

  • Libraries
  • Transformers

    How to use test-yblk/my-custom-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="test-yblk/my-custom-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("test-yblk/my-custom-bert")
    model = AutoModel.from_pretrained("test-yblk/my-custom-bert")
  • Notebooks
  • Google Colab
  • Kaggle
my-custom-bert
433 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
ybelkada's picture
ybelkada
Upload model
d3f9269 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.2 kB
    Upload model over 2 years ago
  • config.json
    661 Bytes
    Upload model over 2 years ago
  • model.safetensors
    433 MB
    xet
    Upload model over 2 years ago