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
/
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", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mars-shared-cross-attention-modernbert
774 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Glazkov's picture
Glazkov
Add model.pt checkpoint
f7c6db9 verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 days ago
  • README.md
    6.01 kB
    Add README.md 8 days ago
  • config.json
    112 Bytes
    Add config.json 8 days ago
  • inference.py
    6.42 kB
    Add inference.py 8 days ago
  • model.pt

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    770 MB
    xet
    Add model.pt checkpoint 8 days ago
  • modeling_mars.py
    6.65 kB
    Add modeling_mars.py 8 days ago
  • special_tokens_map.json
    3.85 kB
    Add special_tokens_map.json 8 days ago
  • tokenizer.json
    3.59 MB
    Add tokenizer.json 8 days ago
  • tokenizer_config.json
    25.1 kB
    Add tokenizer_config.json 8 days ago