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

m8than
/
modernbert-large-docx

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

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

  • Libraries
  • Transformers

    How to use m8than/modernbert-large-docx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="m8than/modernbert-large-docx")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("m8than/modernbert-large-docx")
    model = AutoModelForSequenceClassification.from_pretrained("m8than/modernbert-large-docx")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-large-docx / runs
63.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
m8than's picture
m8than
End of training
48eac64 verified about 1 year ago
  • May27_09-21-27_b1f8e2e2f08b
    Training in progress, step 100 about 1 year ago
  • May27_09-22-34_b1f8e2e2f08b
    Training in progress, step 100 about 1 year ago
  • May27_09-26-18_b1f8e2e2f08b
    Training in progress, step 100 about 1 year ago
  • May27_09-27-27_b1f8e2e2f08b
    Training in progress, step 100 about 1 year ago
  • May27_09-28-22_b1f8e2e2f08b
    End of training about 1 year ago