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

  • Log In
  • Sign Up

Shuu12121
/
CodeModernBERT-Owl

Fill-Mask
Transformers
Safetensors
Rust
English
modernbert
code
code-search
retrieval
sentence-similarity
bert
deep-learning
machine-learning
nlp
programming
multi-language
python
java
javascript
php
ruby
go
Model card Files Files and versions
xet
Community

Instructions to use Shuu12121/CodeModernBERT-Owl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Shuu12121/CodeModernBERT-Owl with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Shuu12121/CodeModernBERT-Owl")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Shuu12121/CodeModernBERT-Owl")
    model = AutoModelForMaskedLM.from_pretrained("Shuu12121/CodeModernBERT-Owl")
  • Notebooks
  • Google Colab
  • Kaggle
CodeModernBERT-Owl
614 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
Shuu12121's picture
Shuu12121
Update README.md
a2dcb92 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.36 kB
    Update README.md 2 months ago
  • added_tokens.json
    73 Bytes
    Upload ModernBERT model about 1 year ago
  • config.json
    1.39 kB
    Upload ModernBERT model about 1 year ago
  • merges.txt
    462 kB
    Upload ModernBERT model about 1 year ago
  • model.safetensors
    609 MB
    xet
    Upload ModernBERT model about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Upload ModernBERT model about 1 year ago
  • tokenizer.json
    3.56 MB
    Upload ModernBERT model about 1 year ago
  • tokenizer_config.json
    2.15 kB
    Upload ModernBERT model about 1 year ago
  • vocab.json
    804 kB
    Upload ModernBERT model about 1 year ago