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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Glazkov
/
mars-shared-cross-attention-modernbert

Fill-Mask
Transformers
English
masked-language-modeling
summarization-evaluation
entity-infilling
mars
modernbert
Model card Files Files and versions
xet
Community

Instructions to use Glazkov/mars-shared-cross-attention-modernbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Glazkov/mars-shared-cross-attention-modernbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Glazkov/mars-shared-cross-attention-modernbert")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Glazkov/mars-shared-cross-attention-modernbert", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mars-shared-cross-attention-modernbert
14.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Glazkov's picture
Glazkov
Add modeling_mars.py
0b28d57 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    6.01 kB
    Add README.md 2 months ago
  • config.json
    112 Bytes
    Add config.json 2 months ago
  • modeling_mars.py
    6.65 kB
    Add modeling_mars.py 2 months ago