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

omarelsayeed
/
bert_seif_large_mlm

Fill-Mask
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use omarelsayeed/bert_seif_large_mlm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="omarelsayeed/bert_seif_large_mlm")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("omarelsayeed/bert_seif_large_mlm")
    model = AutoModelForMaskedLM.from_pretrained("omarelsayeed/bert_seif_large_mlm")
  • Notebooks
  • Google Colab
  • Kaggle
bert_seif_large_mlm
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
omarelsayeed's picture
omarelsayeed
Upload folder using huggingface_hub
8678c48 over 2 years ago
  • checkpoint-14000
    Upload folder using huggingface_hub over 2 years ago
  • runs
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    644 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model.bin
    1.48 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    112 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    1.16 MB
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    647 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • vocab.txt
    656 kB
    Upload folder using huggingface_hub over 2 years ago