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

  • Log In
  • Sign Up

MatteoFasulo
/
ModernBERT-large-NER

Token Classification
Transformers
Safetensors
English
modernbert
Generated from Trainer
named-entity-recognition
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use MatteoFasulo/ModernBERT-large-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MatteoFasulo/ModernBERT-large-NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="MatteoFasulo/ModernBERT-large-NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MatteoFasulo/ModernBERT-large-NER")
    model = AutoModelForTokenClassification.from_pretrained("MatteoFasulo/ModernBERT-large-NER")
  • Notebooks
  • Google Colab
  • Kaggle
ModernBERT-large-NER
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
MatteoFasulo's picture
MatteoFasulo
Update README.md
1ba5ae9 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    6.03 kB
    Update README.md 3 months ago
  • config.json
    2.42 kB
    End of training 3 months ago
  • model.safetensors
    1.58 GB
    xet
    End of training 3 months ago
  • tokenizer.json
    3.58 MB
    End of training 3 months ago
  • tokenizer_config.json
    351 Bytes
    End of training 3 months ago
  • training_args.bin
    4.73 kB
    xet
    End of training 3 months ago