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

  • Log In
  • Sign Up

adrienbrdne
/
deberta-v3-base-problematic-classifier-nd

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

Instructions to use adrienbrdne/deberta-v3-base-problematic-classifier-nd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use adrienbrdne/deberta-v3-base-problematic-classifier-nd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="adrienbrdne/deberta-v3-base-problematic-classifier-nd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("adrienbrdne/deberta-v3-base-problematic-classifier-nd")
    model = AutoModelForSequenceClassification.from_pretrained("adrienbrdne/deberta-v3-base-problematic-classifier-nd")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-v3-base-problematic-classifier-nd
749 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
adrienbrdne's picture
adrienbrdne
End of training
1f88686 verified about 1 year ago
  • runs
    End of training about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.19 kB
    End of training about 1 year ago
  • added_tokens.json
    23 Bytes
    End of training about 1 year ago
  • config.json
    1.03 kB
    End of training about 1 year ago
  • model.safetensors
    738 MB
    xet
    End of training about 1 year ago
  • special_tokens_map.json
    286 Bytes
    End of training about 1 year ago
  • spm.model
    2.46 MB
    xet
    End of training about 1 year ago
  • tokenizer.json
    8.66 MB
    End of training about 1 year ago
  • tokenizer_config.json
    1.32 kB
    End of training about 1 year ago
  • training_args.bin
    5.37 kB
    xet
    End of training about 1 year ago