Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

DeepMount00
/
Italian-ModernBERT-base

Fill-Mask
Transformers
Safetensors
Italian
modernbert
text-classification
masked-lm
long-context
italian
Model card Files Files and versions
xet
Community
1

Instructions to use DeepMount00/Italian-ModernBERT-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DeepMount00/Italian-ModernBERT-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="DeepMount00/Italian-ModernBERT-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("DeepMount00/Italian-ModernBERT-base")
    model = AutoModelForSequenceClassification.from_pretrained("DeepMount00/Italian-ModernBERT-base")
  • Notebooks
  • Google Colab
  • Kaggle
Italian-ModernBERT-base
544 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
DeepMount00's picture
DeepMount00
Update README.md
36bd00d verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.46 kB
    Update README.md 11 months ago
  • config.json
    1.39 kB
    Upload 5 files over 1 year ago
  • model.safetensors
    542 MB
    xet
    Upload model over 1 year ago
  • special_tokens_map.json
    132 Bytes
    Upload 5 files over 1 year ago
  • tokenizer.json
    1.79 MB
    Upload 5 files over 1 year ago
  • tokenizer_config.json
    1.46 kB
    Upload 5 files over 1 year ago