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

simon-mellergaard
/
modernbert-base-distiled-clinc

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

Instructions to use simon-mellergaard/modernbert-base-distiled-clinc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use simon-mellergaard/modernbert-base-distiled-clinc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="simon-mellergaard/modernbert-base-distiled-clinc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("simon-mellergaard/modernbert-base-distiled-clinc")
    model = AutoModelForSequenceClassification.from_pretrained("simon-mellergaard/modernbert-base-distiled-clinc", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-base-distiled-clinc / run-2
7.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
simon-mellergaard's picture
simon-mellergaard
Training in progress, step 954
e6f591a verified 10 months ago
  • checkpoint-1000
    Training in progress, step 1000 10 months ago
  • checkpoint-1113
    Training in progress, step 1113 10 months ago
  • checkpoint-500
    Training in progress, step 500 10 months ago
  • checkpoint-954
    Training in progress, step 954 10 months ago