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

youralien
/
ModernBERT-Reflections-goodareas-classifier

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

Instructions to use youralien/ModernBERT-Reflections-goodareas-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use youralien/ModernBERT-Reflections-goodareas-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="youralien/ModernBERT-Reflections-goodareas-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("youralien/ModernBERT-Reflections-goodareas-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("youralien/ModernBERT-Reflections-goodareas-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
ModernBERT-Reflections-goodareas-classifier / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
youralien's picture
youralien
End of training
8db6fb7 verified over 1 year ago
  • Feb19_05-24-51_jagupard35.stanford.edu
    Training in progress, epoch 5 over 1 year ago
  • Feb19_10-33-27_jagupard35.stanford.edu
    Training in progress, epoch 3 over 1 year ago
  • Feb19_22-11-54_jagupard35.stanford.edu
    Training in progress, epoch 3 over 1 year ago
  • Feb19_22-15-42_jagupard35.stanford.edu
    Training in progress, epoch 5 over 1 year ago
  • Feb20_00-15-59_jagupard35.stanford.edu
    Training in progress, epoch 5 over 1 year ago
  • Feb20_00-28-34_jagupard35.stanford.edu
    Training in progress, epoch 5 over 1 year ago
  • Feb20_22-25-31_jagupard35.stanford.edu
    End of training over 1 year ago