Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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
78 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 59 commits
Mathildeholst's picture
Mathildeholst
Training completed!
b7cd3f5 verified 7 months ago
  • run-0
    Training in progress, epoch 6 7 months ago
  • run-1
    Training in progress, epoch 4 7 months ago
  • run-2
    Training in progress, epoch 4 7 months ago
  • run-3
    Training in progress, epoch 1 7 months ago
  • run-4
    Training in progress, epoch 1 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.78 kB
    Training completed! 7 months ago
  • config.json
    8.87 kB
    Training in progress, epoch 1 7 months ago
  • model.safetensors
    599 MB
    xet
    Training completed! 7 months ago
  • special_tokens_map.json
    694 Bytes
    Training in progress, step 500 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, step 500 7 months ago
  • training_args.bin

    Detected Pickle imports (10)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SaveStrategy",
    • "torch.device",
    • "__main__.DistillationTrainingArguments"

    How to fix it?

    5.91 kB
    xet
    Training in progress, epoch 1 7 months ago