Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ShynBui's picture
ShynBui
End of training
b4e6acc verified about 2 years ago
  • Feb21_08-36-46_7a8fa76fce59
    Training in progress, epoch 1 about 2 years ago
  • Feb21_08-42-11_7a8fa76fce59
    Training in progress, epoch 1 about 2 years ago
  • Feb21_08-46-11_7a8fa76fce59
    Training in progress, epoch 1 about 2 years ago
  • Feb21_08-53-54_7a8fa76fce59
    End of training about 2 years ago