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

Narsil
/
deberta-large-mnli-zero-cls

Zero-Shot Classification
Transformers
PyTorch
English
deberta
text-classification
deberta-v1
deberta-mnli
Model card Files Files and versions
xet
Community

Instructions to use Narsil/deberta-large-mnli-zero-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Narsil/deberta-large-mnli-zero-cls with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="Narsil/deberta-large-mnli-zero-cls")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Narsil/deberta-large-mnli-zero-cls")
    model = AutoModelForSequenceClassification.from_pretrained("Narsil/deberta-large-mnli-zero-cls")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
deberta-large-mnli-zero-cls
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Narsil's picture
Narsil
Update README.md
47eecd0 over 4 years ago
  • .gitattributes
    737 Bytes
    initial commit over 4 years ago
  • README.md
    3.89 kB
    Update README.md over 4 years ago
  • bpe_encoder.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    3.92 MB
    xet
    Initial commit. over 4 years ago
  • config.json
    729 Bytes
    Initial commit. over 4 years ago
  • merges.txt
    456 kB
    Initial commit. over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    1.62 GB
    xet
    Initial commit. over 4 years ago
  • tokenizer_config.json
    52 Bytes
    Initial commit. over 4 years ago
  • vocab.json
    899 kB
    Initial commit. over 4 years ago