Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

shashanksrinath
/
News_Sentiment_Analysis

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

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

  • Libraries
  • Transformers

    How to use shashanksrinath/News_Sentiment_Analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="shashanksrinath/News_Sentiment_Analysis")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("shashanksrinath/News_Sentiment_Analysis")
    model = AutoModelForSequenceClassification.from_pretrained("shashanksrinath/News_Sentiment_Analysis")
  • Notebooks
  • Google Colab
  • Kaggle
News_Sentiment_Analysis / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
shashanksrinath's picture
shashanksrinath
Training in progress, epoch 1
b8bd566 almost 4 years ago
  • Aug01_18-44-17_3f9b2776f885
    Training in progress, epoch 1 almost 4 years ago
  • Aug01_19-17-53_3f9b2776f885
    Training in progress, epoch 1 almost 4 years ago
  • Aug01_19-19-20_3f9b2776f885
    Training in progress, epoch 1 almost 4 years ago
  • Aug01_19-20-54_3f9b2776f885
    Training in progress, epoch 1 almost 4 years ago
  • Aug01_19-25-11_3f9b2776f885
    Training in progress, epoch 1 almost 4 years ago
  • Aug01_19-31-32_3f9b2776f885
    Training in progress, epoch 1 almost 4 years ago
  • Aug01_19-35-35_3f9b2776f885
    End of training almost 4 years ago
  • Aug03_08-31-03_92570095703b
    Training in progress, epoch 1 almost 4 years ago