Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bclee232
/
custombert

Fill-Mask
Transformers
albert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use bclee232/custombert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="bclee232/custombert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("bclee232/custombert")
    model = AutoModelForMaskedLM.from_pretrained("bclee232/custombert")
  • Notebooks
  • Google Colab
  • Kaggle
custombert
1.07 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
bclee232's picture
bclee232
Create config.json
547aadf over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • config.json
    721 Bytes
    Create config.json over 5 years ago