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

arj9719
/
robertuito_sentiment_analysis

Text Classification
Transformers
PyTorch
TensorBoard
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use arj9719/robertuito_sentiment_analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="arj9719/robertuito_sentiment_analysis")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("arj9719/robertuito_sentiment_analysis")
    model = AutoModelForSequenceClassification.from_pretrained("arj9719/robertuito_sentiment_analysis")
  • Notebooks
  • Google Colab
  • Kaggle
robertuito_sentiment_analysis / runs
151 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
arj9719's picture
arj9719
Training in progress, epoch 4
e4ee1c4 about 3 years ago
  • Jan31_14-01-53_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 over 3 years ago
  • Jan31_15-26-37_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 over 3 years ago
  • Jan31_15-34-04_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 over 3 years ago
  • Jan31_15-37-54_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 over 3 years ago
  • Jan31_15-59-08_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 over 3 years ago
  • Jan31_16-00-55_DESKTOP-DQVG5VJ
    Training in progress, epoch 3 over 3 years ago
  • Jan31_16-44-26_DESKTOP-DQVG5VJ
    Training in progress, epoch 3 over 3 years ago
  • Mar10_14-30-34_6bbe94ceb688
    Training in progress, epoch 1 about 3 years ago
  • Mar10_14-50-49_6bbe94ceb688
    Training in progress, epoch 5 about 3 years ago
  • Mar10_16-17-08_cb6946e69b69
    Training in progress, epoch 1 about 3 years ago
  • Mar22_20-50-01_5954ba3c2838
    Training in progress, epoch 1 about 3 years ago
  • Mar22_20-59-37_5954ba3c2838
    Training in progress, epoch 1 about 3 years ago
  • Mar23_23-06-23_6807c1c73973
    Training in progress, epoch 4 about 3 years ago