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

  • Log In
  • Sign Up

pucpr
/
clinicalnerpt-diagnostic

Token Classification
Transformers
PyTorch
Portuguese
bert
Model card Files Files and versions
xet
Community
1

Instructions to use pucpr/clinicalnerpt-diagnostic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pucpr/clinicalnerpt-diagnostic with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="pucpr/clinicalnerpt-diagnostic")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pucpr/clinicalnerpt-diagnostic")
    model = AutoModelForTokenClassification.from_pretrained("pucpr/clinicalnerpt-diagnostic")
  • Notebooks
  • Google Colab
  • Kaggle
clinicalnerpt-diagnostic
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
pucpr's picture
pucpr
Update README.md
1772db8 over 4 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • README.md
    3.34 kB
    Update README.md over 4 years ago
  • config.json
    1.08 kB
    num label config almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.LongStorage"

    What is a pickle import?

    709 MB
    xet
    ner model almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    ner model almost 5 years ago
  • tokenizer_config.json
    151 Bytes
    ner model almost 5 years ago
  • vocab.txt
    996 kB
    ner model almost 5 years ago