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

nlpie
/
modernalbert-large-v1.0

Fill-Mask
Transformers
PyTorch
TensorBoard
Safetensors
ModernALBERT
custom_code
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use nlpie/modernalbert-large-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nlpie/modernalbert-large-v1.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="nlpie/modernalbert-large-v1.0", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("nlpie/modernalbert-large-v1.0", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
modernalbert-large-v1.0
6.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
mohammadmahdinouri's picture
mohammadmahdinouri
Upload ModernALBERTForMaskedLM
011a4eb verified 3 months ago
  • checkpoint_22_1a37557
    checkpoint-77000 5 months ago
  • last-checkpoint
    checkpoint-104000 5 months ago
  • runs
    checkpoint-104000 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.17 kB
    Upload ModernALBERTForMaskedLM 3 months ago
  • config.json
    1.05 kB
    Upload ModernALBERTForMaskedLM 3 months ago
  • configuration_modernalbert.py
    3.91 kB
    Upload ModernALBERTForMaskedLM 3 months ago
  • model.safetensors
    481 MB
    xet
    Upload ModernALBERTForMaskedLM 3 months ago
  • modeling_modernalbert.py
    65.1 kB
    Upload ModernALBERTForMaskedLM 3 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.03 GB
    xet
    checkpoint-104000 5 months ago
  • training_args.bin
    5.43 kB
    xet
    checkpoint-102000 5 months ago