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-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-clinc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="simon-mellergaard/modernbert-clinc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("simon-mellergaard/modernbert-clinc")
    model = AutoModelForSequenceClassification.from_pretrained("simon-mellergaard/modernbert-clinc", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-clinc
1.59 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
simon-mellergaard's picture
simon-mellergaard
Update config.json
1fabc51 verified 11 months ago
  • runs
    Training in progress, step 1434 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    2.12 kB
    End of training 11 months ago
  • config.json
    8.87 kB
    Update config.json 11 months ago
  • model.safetensors
    1.58 GB
    xet
    Training in progress, step 1434 11 months ago
  • special_tokens_map.json
    694 Bytes
    Training in progress, step 314 11 months ago
  • tokenizer.json
    3.58 MB
    Training in progress, step 314 11 months ago
  • tokenizer_config.json
    20.8 kB
    Training in progress, step 150 11 months ago
  • training_args.bin
    5.3 kB
    xet
    Training in progress, step 500 11 months ago