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

  • Log In
  • Sign Up

knowledgator
/
comprehend_it-base

Zero-Shot Classification
Transformers
PyTorch
English
deberta-v2
text-classification
classification
information-extraction
zero-shot
Model card Files Files and versions
xet
Community
5

Instructions to use knowledgator/comprehend_it-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use knowledgator/comprehend_it-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="knowledgator/comprehend_it-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("knowledgator/comprehend_it-base")
    model = AutoModelForSequenceClassification.from_pretrained("knowledgator/comprehend_it-base")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Request: DOI

#5 opened about 1 year ago by
vaibhav1

Adding `safetensors` variant of this model

1
#4 opened about 1 year ago by
SFconvertbot

Adding `safetensors` variant of this model

#3 opened over 1 year ago by
SFconvertbot

What do you like about the model? And what should we improve?

7
#1 opened over 2 years ago by
Ihor
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs