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

  • Log In
  • Sign Up

devinitorg
/
cdp-multi-classifier-weighted

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use devinitorg/cdp-multi-classifier-weighted with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use devinitorg/cdp-multi-classifier-weighted with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="devinitorg/cdp-multi-classifier-weighted")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("devinitorg/cdp-multi-classifier-weighted")
    model = AutoModelForSequenceClassification.from_pretrained("devinitorg/cdp-multi-classifier-weighted")
  • Notebooks
  • Google Colab
  • Kaggle
cdp-multi-classifier-weighted / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
alex-miller's picture
alex-miller
Training in progress, epoch 15
49db324 verified about 2 years ago
  • Apr30_12-44-53_936a318b50fc
    Training in progress, epoch 1 about 2 years ago
  • May01_14-13-45_193-122-186-77
    Training in progress, epoch 1 about 2 years ago
  • May01_14-32-05_193-122-186-77
    Training in progress, epoch 15 about 2 years ago