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

yanlanh
/
subject-clf-distilbert

Text Classification
Transformers
Safetensors
distilbert
multi-label
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use yanlanh/subject-clf-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yanlanh/subject-clf-distilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="yanlanh/subject-clf-distilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yanlanh/subject-clf-distilbert")
    model = AutoModelForSequenceClassification.from_pretrained("yanlanh/subject-clf-distilbert")
  • Notebooks
  • Google Colab
  • Kaggle
subject-clf-distilbert
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
yanlanh's picture
yanlanh
add model card
373fbe4 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    608 Bytes
    add model card about 1 month ago
  • config.json
    911 Bytes
    C_distilbert (data 5d8dc42) about 1 month ago
  • model.safetensors
    268 MB
    xet
    C_distilbert (data 5d8dc42) about 1 month ago
  • tokenizer.json
    712 kB
    C_distilbert (data 5d8dc42) about 1 month ago
  • tokenizer_config.json
    366 Bytes
    C_distilbert (data 5d8dc42) about 1 month ago