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

  • Log In
  • Sign Up

dongyangyang
/
medical_ner

Fill-Mask
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use dongyangyang/medical_ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="dongyangyang/medical_ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("dongyangyang/medical_ner")
    model = AutoModelForMaskedLM.from_pretrained("dongyangyang/medical_ner")
  • Notebooks
  • Google Colab
  • Kaggle
medical_ner
831 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
dongyangyang's picture
dongyangyang
Upload 4 files
eccf1bb about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    28 Bytes
    initial commit about 3 years ago
  • config.json
    1.45 kB
    Upload 4 files about 3 years ago
  • model.pkl
    420 MB
    xet
    Upload 4 files about 3 years ago
  • pytorch_model.bin
    412 MB
    xet
    Upload 4 files about 3 years ago
  • vocab.txt
    110 kB
    Upload 4 files about 3 years ago