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

  • Log In
  • Sign Up

intermezzo672
/
NHS-pubmedbert-binary

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use intermezzo672/NHS-pubmedbert-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use intermezzo672/NHS-pubmedbert-binary with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="intermezzo672/NHS-pubmedbert-binary")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("intermezzo672/NHS-pubmedbert-binary")
    model = AutoModelForSequenceClassification.from_pretrained("intermezzo672/NHS-pubmedbert-binary")
  • Notebooks
  • Google Colab
  • Kaggle
NHS-pubmedbert-binary / runs
515 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
intermezzo672's picture
intermezzo672
NHS-pubmedbert-binary-random
9f80580 verified about 2 years ago
  • Mar22_20-26-43_239e766ecaf0
    NHS-pubmedbert-binary about 2 years ago
  • Mar26_05-36-15_d4944df8337e
    NHS-pubmedbert-binary-random about 2 years ago