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

  • Log In
  • Sign Up

sbartlett97
/
modernbert-conll-ner

Token Classification
Transformers
Safetensors
English
distilbert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use sbartlett97/modernbert-conll-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="sbartlett97/modernbert-conll-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sbartlett97/modernbert-conll-ner")
    model = AutoModelForTokenClassification.from_pretrained("sbartlett97/modernbert-conll-ner")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-conll-ner
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
sbartlett97's picture
sbartlett97
Create README.md
d11e9b3 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    296 Bytes
    Create README.md 5 months ago
  • config.json
    839 Bytes
    Training in progress, epoch 1 5 months ago
  • model.safetensors
    265 MB
    xet
    Training in progress, epoch 3 5 months ago
  • special_tokens_map.json
    694 Bytes
    Training in progress, epoch 1 5 months ago
  • tokenizer.json
    3.58 MB
    Training in progress, epoch 1 5 months ago
  • tokenizer_config.json
    20.8 kB
    Training in progress, epoch 1 5 months ago
  • training_args.bin
    5.84 kB
    xet
    Training in progress, epoch 1 5 months ago