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

ClaraPind
/
distilbert-base-uncased-clinc

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

Instructions to use ClaraPind/distilbert-base-uncased-clinc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ClaraPind/distilbert-base-uncased-clinc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ClaraPind/distilbert-base-uncased-clinc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ClaraPind/distilbert-base-uncased-clinc")
    model = AutoModelForSequenceClassification.from_pretrained("ClaraPind/distilbert-base-uncased-clinc", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-uncased-clinc
18.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 83 commits
ClaraPind's picture
ClaraPind
Training in progress, step 636
0c780d6 verified 9 months ago
  • run-0
    Training in progress, step 1590 9 months ago
  • run-1
    Training in progress, step 636 9 months ago
  • run-2
    Training in progress, step 1590 9 months ago
  • run-3
    Training in progress, step 1590 9 months ago
  • run-4
    Training in progress, step 636 9 months ago
  • run-5
    Training in progress, step 954 10 months ago
  • run-6
    Training in progress, step 1272 10 months ago
  • run-9
    Training in progress, step 636 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    1.76 kB
    Training completed! 9 months ago
  • config.json
    8.15 kB
    Training in progress, step 1590 10 months ago
  • model.safetensors
    268 MB
    xet
    Training in progress, step 636 9 months ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 1590 10 months ago
  • tokenizer.json
    711 kB
    Training in progress, step 1590 10 months ago
  • tokenizer_config.json
    1.23 kB
    Training in progress, step 1590 10 months ago
  • training_args.bin
    5.91 kB
    xet
    Training in progress, step 636 9 months ago
  • vocab.txt
    232 kB
    Training in progress, step 1590 10 months ago