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

x4n4
/
ner_checkpoints

Token Classification
Transformers
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use x4n4/ner_checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use x4n4/ner_checkpoints with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="x4n4/ner_checkpoints")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("x4n4/ner_checkpoints")
    model = AutoModelForTokenClassification.from_pretrained("x4n4/ner_checkpoints")
  • Notebooks
  • Google Colab
  • Kaggle
ner_checkpoints
432 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
x4n4's picture
x4n4
x4n4/bert-ner-conll2003
c9cdf9b verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.07 kB
    x4n4/bert-ner-conll2003 about 1 month ago
  • config.json
    1.11 kB
    x4n4/bert-ner-conll2003 about 1 month ago
  • model.safetensors
    431 MB
    xet
    x4n4/bert-ner-conll2003 about 1 month ago
  • tokenizer.json
    669 kB
    x4n4/bert-ner-conll2003 about 1 month ago
  • tokenizer_config.json
    323 Bytes
    x4n4/bert-ner-conll2003 about 1 month ago
  • training_args.bin
    5.2 kB
    xet
    x4n4/bert-ner-conll2003 about 1 month ago