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

ultra-coder54732
/
comment-detection-prop-16

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

Instructions to use ultra-coder54732/comment-detection-prop-16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ultra-coder54732/comment-detection-prop-16 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ultra-coder54732/comment-detection-prop-16")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ultra-coder54732/comment-detection-prop-16")
    model = AutoModelForSequenceClassification.from_pretrained("ultra-coder54732/comment-detection-prop-16")
  • Notebooks
  • Google Colab
  • Kaggle
comment-detection-prop-16 / runs
99 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ultra-coder54732's picture
ultra-coder54732
End of training
a5873b6 almost 4 years ago
  • Aug07_05-35-28_08322c153c17
    End of training almost 4 years ago
  • Aug07_05-38-46_08322c153c17
    End of training almost 4 years ago
  • Aug07_05-52-59_08322c153c17
    End of training almost 4 years ago
  • Aug07_05-57-59_08322c153c17
    End of training almost 4 years ago
  • Aug07_06-22-53_08322c153c17
    End of training almost 4 years ago
  • Aug07_17-30-41_e1c3269a7cb9
    End of training almost 4 years ago
  • Aug07_18-26-21_e1c3269a7cb9
    End of training almost 4 years ago
  • Aug07_20-06-56_e1c3269a7cb9
    End of training almost 4 years ago
  • Aug07_22-32-45_f5f1eb403d51
    End of training almost 4 years ago