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

Taykhoom
/
MosaicBERT-updated

Fill-Mask
Transformers
English
bert
language-model
flash-attention
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Taykhoom/MosaicBERT-updated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Taykhoom/MosaicBERT-updated with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Taykhoom/MosaicBERT-updated", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Taykhoom/MosaicBERT-updated", trust_remote_code=True)
    model = AutoModelForMaskedLM.from_pretrained("Taykhoom/MosaicBERT-updated", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
MosaicBERT-updated / __pycache__
27.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Taykhoom's picture
Taykhoom
Upload folder using huggingface_hub
21d347f verified about 1 month ago
  • __init__.cpython-39.pyc
    175 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • bert_layers.cpython-39.pyc
    21.3 kB
    Upload folder using huggingface_hub about 1 month ago
  • bert_padding.cpython-39.pyc
    4.67 kB
    Upload folder using huggingface_hub about 1 month ago
  • configuration_bert.cpython-39.pyc
    982 Bytes
    Upload folder using huggingface_hub about 1 month ago