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

ramybaly
/
ner_conll2003

Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use ramybaly/ner_conll2003 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ramybaly/ner_conll2003")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ramybaly/ner_conll2003")
    model = AutoModelForTokenClassification.from_pretrained("ramybaly/ner_conll2003")
  • Notebooks
  • Google Colab
  • Kaggle
ner_conll2003 / runs
86 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ramybaly's picture
ramybaly
add model
8705927 almost 5 years ago
  • Aug05_22-33-12_ip-172-31-23-147
    add model almost 5 years ago
  • Aug06_21-16-58_ip-172-31-23-147
    add model almost 5 years ago
  • Aug12_19-17-15_ip-172-31-23-147
    add model almost 5 years ago
  • Aug12_19-28-36_ip-172-31-23-147
    add model almost 5 years ago
  • Aug12_21-02-15_ip-172-31-23-147
    add model almost 5 years ago
  • Aug21_02-48-54_ip-172-31-23-147
    add model almost 5 years ago
  • Aug21_03-10-46_ip-172-31-23-147
    add model almost 5 years ago