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

ShynBui
/
comment_classification

Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use ShynBui/comment_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ShynBui/comment_classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ShynBui/comment_classification")
    model = AutoModelForSequenceClassification.from_pretrained("ShynBui/comment_classification")
  • Notebooks
  • Google Colab
  • Kaggle
comment_classification / runs
41.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ShynBui's picture
ShynBui
Training in progress, epoch 3
af9ba5b verified over 2 years ago
  • Feb21_08-36-46_7a8fa76fce59
    Training in progress, epoch 1 over 2 years ago
  • Feb21_08-42-11_7a8fa76fce59
    Training in progress, epoch 1 over 2 years ago
  • Feb21_08-46-11_7a8fa76fce59
    Training in progress, epoch 1 over 2 years ago
  • Feb21_08-53-54_7a8fa76fce59
    Training in progress, epoch 3 over 2 years ago