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

  • Log In
  • Sign Up

intermezzo672
/
NHS-dmis-binary-512

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-dmis-binary-512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use intermezzo672/NHS-dmis-binary-512 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="intermezzo672/NHS-dmis-binary-512")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("intermezzo672/NHS-dmis-binary-512")
    model = AutoModelForSequenceClassification.from_pretrained("intermezzo672/NHS-dmis-binary-512")
  • Notebooks
  • Google Colab
  • Kaggle
NHS-dmis-binary-512 / runs
258 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
intermezzo672's picture
intermezzo672
NHS-dmis-binary-512
68f73a0 verified about 2 years ago
  • May02_13-51-03_bd3f76a67452
    NHS-dmis-binary-512 about 2 years ago