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

kamalkraj
/
bert-base-cased-ner-conll2003

Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
4

Instructions to use kamalkraj/bert-base-cased-ner-conll2003 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kamalkraj/bert-base-cased-ner-conll2003 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="kamalkraj/bert-base-cased-ner-conll2003")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kamalkraj/bert-base-cased-ner-conll2003")
    model = AutoModelForTokenClassification.from_pretrained("kamalkraj/bert-base-cased-ner-conll2003")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-cased-ner-conll2003
432 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
kamalkraj's picture
kamalkraj
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#3)
c510713 over 2 years ago
  • runs
    End of training about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 about 4 years ago
  • README.md
    2.46 kB
    Librarian Bot: Add base_model information to model (#3) over 2 years ago
  • all_results.json
    845 Bytes
    End of training about 4 years ago
  • config.json
    1.05 kB
    Training in progress, step 500 about 4 years ago
  • emissions.csv
    307 Bytes
    Model save about 4 years ago
  • eval_results.json
    347 Bytes
    End of training about 4 years ago
  • predict_results.json
    324 Bytes
    End of training about 4 years ago
  • predictions.txt
    127 kB
    End of training about 4 years ago
  • pytorch_model.bin
    431 MB
    xet
    Model save about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Training in progress, step 500 about 4 years ago
  • tokenizer.json
    669 kB
    Training in progress, step 500 about 4 years ago
  • tokenizer_config.json
    320 Bytes
    Training in progress, step 500 about 4 years ago
  • train_results.json
    196 Bytes
    End of training about 4 years ago
  • trainer_state.json
    839 Bytes
    End of training about 4 years ago
  • training_args.bin
    3.18 kB
    xet
    Training in progress, step 500 about 4 years ago
  • vocab.txt
    213 kB
    Training in progress, step 500 about 4 years ago