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

pjool
/
modernbert-teach

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

Instructions to use pjool/modernbert-teach with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pjool/modernbert-teach with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pjool/modernbert-teach")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pjool/modernbert-teach")
    model = AutoModelForSequenceClassification.from_pretrained("pjool/modernbert-teach", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-teach / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
pjool's picture
pjool
Training in progress, step 600
3eca4a9 verified 10 months ago
  • Sep26_12-57-21_8102e7b8763b
    Training in progress, step 200 10 months ago
  • Sep26_13-02-05_8102e7b8763b
    Training in progress, step 600 10 months ago
  • Sep26_13-02-23_8102e7b8763b
    Training in progress, step 500 10 months ago
  • Sep26_13-19-39_8102e7b8763b
    Training in progress, step 500 10 months ago
  • Sep26_13-20-30_8102e7b8763b
    Training in progress, step 500 10 months ago
  • Sep26_13-21-26_8102e7b8763b
    Training in progress, step 500 10 months ago
  • Sep26_13-21-47_8102e7b8763b
    Training in progress, step 500 10 months ago
  • Sep26_14-51-12_8102e7b8763b
    Training in progress, step 500 10 months ago
  • Sep26_14-51-47_8102e7b8763b
    Training in progress, step 500 10 months ago
  • Sep26_15-20-35_89071441ad86
    Training in progress, step 600 10 months ago