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

  • Log In
  • Sign Up

bvanaken
/
clinical-assertion-negation-bert

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
English
bert
medical
clinical
assertion
negation
Model card Files Files and versions
xet
Community
5

Instructions to use bvanaken/clinical-assertion-negation-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bvanaken/clinical-assertion-negation-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="bvanaken/clinical-assertion-negation-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bvanaken/clinical-assertion-negation-bert")
    model = AutoModelForSequenceClassification.from_pretrained("bvanaken/clinical-assertion-negation-bert")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
clinical-assertion-negation-bert
1.3 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 12 commits
bvanaken's picture
bvanaken
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#3)
330ccbe verified over 1 year ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#3) over 1 year ago
  • README.md
    2.5 kB
    fix_labels (#1) almost 4 years ago
  • config.json
    819 Bytes
    fix_labels (#1) almost 4 years ago
  • model.safetensors
    433 MB
    xet
    Adding `safetensors` variant of this model (#3) over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    433 MB
    xet
    Update model version about 4 years ago
  • tf_model.h5
    434 MB
    xet
    Add TF weights (#2) over 1 year ago
  • vocab.txt
    213 kB
    Add first model version over 4 years ago