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-docx

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 m8than/modernbert-docx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use m8than/modernbert-docx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="m8than/modernbert-docx")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("m8than/modernbert-docx")
    model = AutoModelForSequenceClassification.from_pretrained("m8than/modernbert-docx")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-docx / runs
104 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
m8than's picture
m8than
Training in progress, step 1400
64b60fe verified 12 months ago
  • May25_11-16-18_b1f8e2e2f08b
    Training in progress, epoch 1 12 months ago
  • May25_11-26-44_b1f8e2e2f08b
    End of training 12 months ago
  • May27_08-52-44_b1f8e2e2f08b
    End of training 12 months ago
  • May27_09-01-12_b1f8e2e2f08b
    Training in progress, step 100 12 months ago
  • May27_09-04-42_b1f8e2e2f08b
    Training in progress, step 100 12 months ago
  • May27_09-05-51_b1f8e2e2f08b
    Training in progress, step 300 12 months ago
  • May27_09-07-05_b1f8e2e2f08b
    Training in progress, step 600 12 months ago
  • May27_09-09-29_b1f8e2e2f08b
    Training in progress, step 1400 12 months ago