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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

philschmid
/
modernbert-llm-router

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use philschmid/modernbert-llm-router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use philschmid/modernbert-llm-router with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="philschmid/modernbert-llm-router")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("philschmid/modernbert-llm-router")
    model = AutoModelForSequenceClassification.from_pretrained("philschmid/modernbert-llm-router", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-llm-router / runs
76.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
philschmid's picture
philschmid
Training in progress, epoch 5
b75466a verified over 1 year ago
  • Dec24_15-36-14_ip-172-31-34-75
    Training in progress, epoch 5 over 1 year ago
  • Dec25_08-20-14_ip-172-31-34-75
    Training in progress, epoch 1 over 1 year ago
  • Dec25_08-23-03_ip-172-31-34-75
    Training in progress, epoch 1 over 1 year ago
  • Dec25_08-28-22_ip-172-31-34-75
    End of training over 1 year ago
  • Dec25_08-47-49_ip-172-31-34-75
    Training in progress, epoch 3 over 1 year ago
  • Dec25_08-52-34_ip-172-31-34-75
    Training in progress, epoch 5 over 1 year ago
  • Dec25_08-58-06_ip-172-31-34-75
    Training in progress, epoch 5 over 1 year ago