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

rishigupta04
/
yt-comments-sentiment-analyzer

Text Classification
Transformers
Safetensors
English
roberta
sentiment-analysis
youtube-comments
nlp
social-media
youtube
fastapi
huggingface
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use rishigupta04/yt-comments-sentiment-analyzer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rishigupta04/yt-comments-sentiment-analyzer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rishigupta04/yt-comments-sentiment-analyzer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rishigupta04/yt-comments-sentiment-analyzer")
    model = AutoModelForSequenceClassification.from_pretrained("rishigupta04/yt-comments-sentiment-analyzer")
  • Notebooks
  • Google Colab
  • Kaggle
yt-comments-sentiment-analyzer
504 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
rishigupta04's picture
rishigupta04
Update README.md
18f77b9 verified 9 days ago
  • .gitattributes
    1.57 kB
    Upload pipeline.png 9 days ago
  • README.md
    6.12 kB
    Update README.md 9 days ago
  • confidence_distribution.png
    15.7 kB
    Upload 3 files 9 days ago
  • config.json
    964 Bytes
    Upload folder using huggingface_hub 10 days ago
  • model.safetensors
    499 MB
    xet
    Upload folder using huggingface_hub 10 days ago
  • normalized_confusion_matrix.png
    27.3 kB
    Upload 3 files 9 days ago
  • pipeline.png
    1.6 MB
    xet
    Upload pipeline.png 9 days ago
  • prediction_distribution.png
    14.8 kB
    Upload 3 files 9 days ago
  • tokenizer.json
    3.56 MB
    Upload folder using huggingface_hub 10 days ago
  • tokenizer_config.json
    432 Bytes
    Upload folder using huggingface_hub 10 days ago