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

  • Log In
  • Sign Up

PursuitOfDataScience
/
distilbert-base-cased-ner

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

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

  • Libraries
  • Transformers

    How to use PursuitOfDataScience/distilbert-base-cased-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="PursuitOfDataScience/distilbert-base-cased-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("PursuitOfDataScience/distilbert-base-cased-ner")
    model = AutoModelForTokenClassification.from_pretrained("PursuitOfDataScience/distilbert-base-cased-ner")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-cased-ner
261 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Y. Yu
Upload folder using huggingface_hub
3d06888 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    970 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • model.safetensors
    261 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago