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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

keanteng
/
bert-ner-wqd7005

Token Classification
Transformers
Safetensors
PyTorch
English
bert
named-entity-recognition
ner
medical
disease-extraction
healthcare
clinical-bert
fine-tuned
bio-tagging
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use keanteng/bert-ner-wqd7005 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="keanteng/bert-ner-wqd7005")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("keanteng/bert-ner-wqd7005")
    model = AutoModelForTokenClassification.from_pretrained("keanteng/bert-ner-wqd7005")
  • Notebooks
  • Google Colab
  • Kaggle
bert-ner-wqd7005
864 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits

This model has 1 file scanned as unsafe.

keanteng's picture
keanteng
Upload folder using huggingface_hub
78388ce verified about 1 year ago
  • evaluation
    Upload folder using huggingface_hub about 1 year ago
  • final_model
    Upload folder using huggingface_hub about 1 year ago
  • images
    Upload folder using huggingface_hub about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    6.02 kB
    Upload README.md with huggingface_hub about 1 year ago
  • config.json
    754 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    431 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tag_mapping.json
    46 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    669 kB
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    1.3 kB
    Upload folder using huggingface_hub about 1 year ago
  • training_results.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.48 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • vocab.txt
    213 kB
    Upload folder using huggingface_hub about 1 year ago