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

pradervonsky
/
modernbert-base-distil_clinc

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

Instructions to use pradervonsky/modernbert-base-distil_clinc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pradervonsky/modernbert-base-distil_clinc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pradervonsky/modernbert-base-distil_clinc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pradervonsky/modernbert-base-distil_clinc")
    model = AutoModelForSequenceClassification.from_pretrained("pradervonsky/modernbert-base-distil_clinc")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-base-distil_clinc
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
pradervonsky's picture
pradervonsky
Training in progress, step 2862
5f297b7 verified 7 months ago
  • run-0
    Training in progress, step 2544 7 months ago
  • run-1
    Training in progress, step 1908 7 months ago
  • run-2
    Training in progress, step 3180 7 months ago
  • run-3
    Training in progress, step 1908 7 months ago
  • run-4
    Training in progress, step 3180 7 months ago
  • run-5
    Training in progress, step 2862 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.58 kB
    End of training 7 months ago
  • config.json
    8.87 kB
    Training in progress, step 500 7 months ago
  • model.safetensors
    599 MB
    xet
    Training in progress, step 2862 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, step 500 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.84 kB
    xet
    Training in progress, step 2862 7 months ago