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

  • Log In
  • Sign Up

Dc-4nderson
/
tone-classifier

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

Instructions to use Dc-4nderson/tone-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Dc-4nderson/tone-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Dc-4nderson/tone-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Dc-4nderson/tone-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Dc-4nderson/tone-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
tone-classifier
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Dc-4nderson's picture
Dc-4nderson
set id to label
439b164 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    2.03 kB
    updated number of classes dataset name as well as the eval logs 7 months ago
  • config.json
    909 Bytes
    set id to label 7 months ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 7 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer 8 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer 8 months ago
  • tokenizer_config.json
    1.42 kB
    Upload tokenizer 8 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 8 months ago