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

  • Log In
  • Sign Up

manjinder
/
sentiment_test2

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

Instructions to use manjinder/sentiment_test2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use manjinder/sentiment_test2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="manjinder/sentiment_test2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("manjinder/sentiment_test2")
    model = AutoModelForSequenceClassification.from_pretrained("manjinder/sentiment_test2")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment_test2 / runs
11.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
manjinder's picture
manjinder
End of training
041b0e0 about 3 years ago
  • Feb22_13-53-30_tech
    End of training about 3 years ago