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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

airzipm
/
sentiment-analysis-roberta

Text Classification
Transformers
Safetensors
PyTorch
English
roberta
sentiment-analysis
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use airzipm/sentiment-analysis-roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="airzipm/sentiment-analysis-roberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("airzipm/sentiment-analysis-roberta")
    model = AutoModelForSequenceClassification.from_pretrained("airzipm/sentiment-analysis-roberta", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment-analysis-roberta
502 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
airzipm's picture
airzipm
Add model card
6eec569 verified about 2 months ago
  • .gitattributes
    1.58 kB
    Add training curves plot about 2 months ago
  • README.md
    2.4 kB
    Add model card about 2 months ago
  • config.json
    844 Bytes
    Epoch 1 checkpoint — Val F1=0.7705 about 2 months ago
  • confusion_matrix.png
    84.2 kB
    Add confusion matrix about 2 months ago
  • merges.txt
    456 kB
    Epoch 1 tokenizer about 2 months ago
  • model.safetensors
    499 MB
    xet
    Epoch 3 checkpoint — Val F1=0.7827 about 2 months ago
  • special_tokens_map.json
    280 Bytes
    Epoch 1 tokenizer about 2 months ago
  • tokenizer.json
    2.11 MB
    Epoch 1 tokenizer about 2 months ago
  • tokenizer_config.json
    1.22 kB
    Epoch 1 tokenizer about 2 months ago
  • training_curves.png
    115 kB
    xet
    Add training curves plot about 2 months ago
  • training_history.json
    695 Bytes
    Add training history JSON about 2 months ago
  • vocab.json
    798 kB
    Epoch 1 tokenizer about 2 months ago