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

Mathildeholst
/
classifier-clinc-MBbase-distilled

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

Instructions to use Mathildeholst/classifier-clinc-MBbase-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Mathildeholst/classifier-clinc-MBbase-distilled with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Mathildeholst/classifier-clinc-MBbase-distilled")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Mathildeholst/classifier-clinc-MBbase-distilled")
    model = AutoModelForSequenceClassification.from_pretrained("Mathildeholst/classifier-clinc-MBbase-distilled")
  • Notebooks
  • Google Colab
  • Kaggle
classifier-clinc-MBbase-distilled / run-3 /checkpoint-939
1.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Mathildeholst's picture
Mathildeholst
Training in progress, epoch 4
f949877 verified 7 months ago
  • config.json
    8.87 kB
    Training in progress, epoch 1 7 months ago
  • model.safetensors
    599 MB
    xet
    Training in progress, epoch 4 7 months ago
  • optimizer.pt

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    1.2 GB
    xet
    Training in progress, epoch 4 7 months ago
  • rng_state.pth

    Detected Pickle imports (7)

    • "numpy._core.multiarray._reconstruct",
    • "collections.OrderedDict",
    • "numpy.ndarray",
    • "torch._utils._rebuild_tensor_v2",
    • "numpy.dtype",
    • "_codecs.encode",
    • "torch.ByteStorage"

    How to fix it?

    14.6 kB
    xet
    Training in progress, epoch 1 7 months ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.47 kB
    xet
    Training in progress, epoch 4 7 months ago
  • special_tokens_map.json
    694 Bytes
    Training in progress, epoch 1 7 months ago
  • tokenizer.json
    3.58 MB
    Training in progress, epoch 1 7 months ago
  • tokenizer_config.json
    20.8 kB
    Training in progress, epoch 1 7 months ago
  • trainer_state.json
    2.05 kB
    Training in progress, epoch 4 7 months ago
  • training_args.bin
    5.91 kB
    xet
    Training in progress, epoch 4 7 months ago