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

  • Log In
  • Sign Up

Pot-l
/
bert-ner-skills

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

Instructions to use Pot-l/bert-ner-skills with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Pot-l/bert-ner-skills with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Pot-l/bert-ner-skills")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Pot-l/bert-ner-skills")
    model = AutoModelForTokenClassification.from_pretrained("Pot-l/bert-ner-skills")
  • Notebooks
  • Google Colab
  • Kaggle
bert-ner-skills
436 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Pot-l's picture
Pot-l
Update README.md
e96946f verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    131 Bytes
    Update README.md almost 2 years ago
  • config.json
    817 Bytes
    Upload BertForTokenClassification about 2 years ago
  • model.safetensors
    436 MB
    xet
    Upload BertForTokenClassification about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.24 kB
    Upload tokenizer about 2 years ago
  • vocab.txt
    232 kB
    Upload tokenizer about 2 years ago