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

  • Log In
  • Sign Up

virustechhacks
/
distil-bert-classifier

Text Classification
Transformers
Safetensors
distilbert
sentiment-analysis
new-closed-neutral
colab
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use virustechhacks/distil-bert-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use virustechhacks/distil-bert-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="virustechhacks/distil-bert-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("virustechhacks/distil-bert-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("virustechhacks/distil-bert-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
distil-bert-classifier
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
virustechhacks's picture
virustechhacks
Update README.md
3662fa6 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.97 kB
    Update README.md about 1 month ago
  • config.json
    817 Bytes
    Upload DistilBertForSequenceClassification about 1 month ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification about 1 month ago
  • tokenizer.json
    712 kB
    Upload tokenizer about 1 month ago
  • tokenizer_config.json
    322 Bytes
    Upload tokenizer about 1 month ago