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

Glazkov
/
sum-entity-infilling-onehead

Fill-Mask
Transformers
Safetensors
PyTorch
modernbert
entity-infilling
text-summarization
masked-modeling
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Glazkov/sum-entity-infilling-onehead with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Glazkov/sum-entity-infilling-onehead with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Glazkov/sum-entity-infilling-onehead")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Glazkov/sum-entity-infilling-onehead")
    model = AutoModelForMaskedLM.from_pretrained("Glazkov/sum-entity-infilling-onehead")
  • Notebooks
  • Google Colab
  • Kaggle
sum-entity-infilling-onehead
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Glazkov's picture
Glazkov
Upload ModernBERT entity infilling model - 2025-11-25 12:22:56
8f85eb4 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    3.44 kB
    Upload ModernBERT entity infilling model - 2025-11-25 12:22:56 6 months ago
  • config.json
    1.21 kB
    Upload ModernBERT entity infilling model - 2025-11-25 12:22:56 6 months ago
  • metadata.json
    340 Bytes
    Upload ModernBERT entity infilling model - 2025-11-25 12:22:56 6 months ago
  • model.safetensors
    599 MB
    xet
    Upload ModernBERT entity infilling model - 2025-11-25 12:22:56 6 months ago
  • special_tokens_map.json
    874 Bytes
    Upload ModernBERT entity infilling model - 2025-11-25 12:22:56 6 months ago
  • tokenizer.json
    3.58 MB
    Upload ModernBERT entity infilling model - 2025-11-25 12:22:56 6 months ago
  • tokenizer_config.json
    21.1 kB
    Upload ModernBERT entity infilling model - 2025-11-25 12:22:56 6 months ago