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

  • Log In
  • Sign Up

hunter-lab
/
sentence-level-ignorance-classifier

Text Classification
Transformers
Safetensors
English
bert
ignorance-classification
knowledge-gap
epilepsy
biomedical
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use hunter-lab/sentence-level-ignorance-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hunter-lab/sentence-level-ignorance-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hunter-lab/sentence-level-ignorance-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hunter-lab/sentence-level-ignorance-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("hunter-lab/sentence-level-ignorance-classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
sentence-level-ignorance-classifier
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
NathanGelfand's picture
NathanGelfand
Update README.md
94877bc verified about 9 hours ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    6.63 kB
    Update README.md about 9 hours ago
  • config.json
    759 Bytes
    Upload 4 files 5 days ago
  • model.safetensors
    438 MB
    xet
    Upload 4 files 5 days ago
  • tokenizer.json
    679 kB
    Upload 4 files 5 days ago
  • tokenizer_config.json
    379 Bytes
    Upload 4 files 5 days ago