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

  • Log In
  • Sign Up

ncheng
/
learning-sentiment

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

Instructions to use ncheng/learning-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ncheng/learning-sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ncheng/learning-sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ncheng/learning-sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("ncheng/learning-sentiment")
  • Notebooks
  • Google Colab
  • Kaggle
learning-sentiment / runs
9.36 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ncheng's picture
ncheng
Training in progress, epoch 1
037cf66 over 3 years ago
  • Feb05_04-29-26_a47032a9a25a
    Training in progress, epoch 1 over 3 years ago