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

ShantanuT01
/
dactyl-modernbert-base-pretrained

Text Classification
Transformers
Safetensors
modernbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ShantanuT01/dactyl-modernbert-base-pretrained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ShantanuT01/dactyl-modernbert-base-pretrained with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ShantanuT01/dactyl-modernbert-base-pretrained")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ShantanuT01/dactyl-modernbert-base-pretrained")
    model = AutoModelForSequenceClassification.from_pretrained("ShantanuT01/dactyl-modernbert-base-pretrained")
  • Notebooks
  • Google Colab
  • Kaggle
dactyl-modernbert-base-pretrained
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ShantanuT01's picture
ShantanuT01
Upload tokenizer
c4c54b8 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    3.92 kB
    Upload README.md with huggingface_hub 12 months ago
  • config.json
    1.32 kB
    Upload ModernBertForSequenceClassification 12 months ago
  • model.safetensors
    598 MB
    xet
    Upload ModernBertForSequenceClassification 12 months ago
  • special_tokens_map.json
    694 Bytes
    Upload tokenizer 8 months ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer 8 months ago
  • tokenizer_config.json
    20.8 kB
    Upload tokenizer 8 months ago