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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

travis-simon
/
ModernBERT-regulation-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 travis-simon/ModernBERT-regulation-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use travis-simon/ModernBERT-regulation-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="travis-simon/ModernBERT-regulation-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("travis-simon/ModernBERT-regulation-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("travis-simon/ModernBERT-regulation-classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ModernBERT-regulation-classifier / runs
39.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
travis-simon's picture
travis-simon
End of training
7b8d560 verified over 1 year ago
  • Feb25_20-30-02_ee80d5df51d7
    End of training over 1 year ago
  • Feb25_20-31-28_ee80d5df51d7
    End of training over 1 year ago
  • Feb26_07-38-05_1439f1df9b0c
    End of training over 1 year ago
  • Mar21_00-44-52_5eacb8eb673a
    End of training over 1 year ago