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

sileod
/
deberta-v3-large-tasksource-nli

Zero-Shot Classification
Transformers
PyTorch
Safetensors
English
deberta-v2
text-classification
deberta-v3-large
nli
natural-language-inference
multitask
multi-task
pipeline
extreme-multi-task
extreme-mtl
tasksource
zero-shot
rlhf
Model card Files Files and versions
xet
Community
5

Instructions to use sileod/deberta-v3-large-tasksource-nli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sileod/deberta-v3-large-tasksource-nli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="sileod/deberta-v3-large-tasksource-nli")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sileod/deberta-v3-large-tasksource-nli")
    model = AutoModelForSequenceClassification.from_pretrained("sileod/deberta-v3-large-tasksource-nli")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-v3-large-tasksource-nli
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
sileod's picture
sileod
Upload tokenizer
212de44 verified over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    6.42 kB
    Update README.md almost 3 years ago
  • added_tokens.json
    23 Bytes
    Upload tokenizer about 3 years ago
  • config.json
    18.8 kB
    Upload DebertaV2ForSequenceClassification over 2 years ago
  • model.safetensors
    1.74 GB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.74 GB
    xet
    Upload DebertaV2ForSequenceClassification over 2 years ago
  • special_tokens_map.json
    286 Bytes
    Upload tokenizer over 2 years ago
  • spm.model
    2.46 MB
    xet
    Upload tokenizer about 3 years ago
  • tokenizer.json
    8.66 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.28 kB
    Upload tokenizer over 2 years ago