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

KINGeorge2000
/
sentiment_roberta_yu

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

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

  • Libraries
  • Transformers

    How to use KINGeorge2000/sentiment_roberta_yu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KINGeorge2000/sentiment_roberta_yu")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KINGeorge2000/sentiment_roberta_yu")
    model = AutoModelForSequenceClassification.from_pretrained("KINGeorge2000/sentiment_roberta_yu")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment_roberta_yu / runs
52.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
KINGeorge2000's picture
KINGeorge2000
Training in progress, epoch 5
5802acd almost 3 years ago
  • Jul07_09-18-34_8cd18eb92bed
    Training in progress, epoch 5 almost 3 years ago
  • May26_07-29-42_8456a1204a4f
    End of training about 3 years ago
  • May26_08-25-48_8456a1204a4f
    Training in progress, epoch 1 about 3 years ago
  • May26_08-26-05_8456a1204a4f
    End of training about 3 years ago
  • May26_09-00-23_8456a1204a4f
    End of training about 3 years ago