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

  • Log In
  • Sign Up

Adapting
/
comfort_congratulations_neutral-classifier

Text Classification
Transformers
PyTorch
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Adapting/comfort_congratulations_neutral-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Adapting/comfort_congratulations_neutral-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Adapting/comfort_congratulations_neutral-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Adapting/comfort_congratulations_neutral-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
comfort_congratulations_neutral-classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
7c11911 almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    311 Bytes
    Update README.md almost 4 years ago
  • config.json
    769 Bytes
    v2 almost 4 years ago
  • model.safetensors
    268 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    268 MB
    xet
    v3 almost 4 years ago
  • special_tokens_map.json
    125 Bytes
    v2 almost 4 years ago
  • tokenizer.json
    711 kB
    comfort/congratulations-classifier-v1 almost 4 years ago
  • tokenizer_config.json
    360 Bytes
    v2 almost 4 years ago
  • vocab.txt
    232 kB
    comfort/congratulations-classifier-v1 almost 4 years ago