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

Atharva192003
/
zero-shot-classfier

Zero-Shot Classification
Transformers
English
bart
text-classification
Model card Files Files and versions
xet
Community
1

Instructions to use Atharva192003/zero-shot-classfier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Atharva192003/zero-shot-classfier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="Atharva192003/zero-shot-classfier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Atharva192003/zero-shot-classfier")
    model = AutoModelForSequenceClassification.from_pretrained("Atharva192003/zero-shot-classfier")
  • Notebooks
  • Google Colab
  • Kaggle
zero-shot-classfier
2.72 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Atharva192003's picture
Atharva192003
Delete Huggingface.ipynb
770d6c2 about 3 years ago
  • .gitattributes
    445 Bytes
    Update .gitattributes about 3 years ago
  • README.md
    3.35 kB
    Update README.md about 3 years ago
  • config.json
    1.15 kB
    configure.json about 3 years ago
  • merges.txt
    456 kB
    Upload merges.txt about 3 years ago
  • tokenizer.json
    1.36 MB
    Upload 3 files about 3 years ago
  • tokenizer_config.json
    26 Bytes
    Upload 3 files about 3 years ago
  • vocab.json
    899 kB
    Upload 3 files about 3 years ago