Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

andreribeiro87
/
modernbert-conll2003-ner

Token Classification
Transformers
Safetensors
modernbert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use andreribeiro87/modernbert-conll2003-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="andreribeiro87/modernbert-conll2003-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("andreribeiro87/modernbert-conll2003-ner")
    model = AutoModelForTokenClassification.from_pretrained("andreribeiro87/modernbert-conll2003-ner")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-conll2003-ner
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
andreribeiro87's picture
andreribeiro87
Upload tokenizer
7c393d8 verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 7 days ago
  • README.md
    5.17 kB
    Upload ModernBertForTokenClassification 7 days ago
  • config.json
    2.25 kB
    Upload ModernBertForTokenClassification 7 days ago
  • model.safetensors
    598 MB
    xet
    Upload ModernBertForTokenClassification 7 days ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer 7 days ago
  • tokenizer_config.json
    379 Bytes
    Upload tokenizer 7 days ago