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

MoritzLaurer
/
DeBERTa-v3-base-mnli

Zero-Shot Classification
Transformers
PyTorch
Safetensors
English
deberta-v2
text-classification
Model card Files Files and versions
xet
Community
3

Instructions to use MoritzLaurer/DeBERTa-v3-base-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MoritzLaurer/DeBERTa-v3-base-mnli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="MoritzLaurer/DeBERTa-v3-base-mnli")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MoritzLaurer/DeBERTa-v3-base-mnli")
    model = AutoModelForSequenceClassification.from_pretrained("MoritzLaurer/DeBERTa-v3-base-mnli")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
DeBERTa-v3-base-mnli
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
MoritzLaurer's picture
MoritzLaurer
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
2529ece about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • README.md
    5.88 kB
    Update README.md over 3 years ago
  • added_tokens.json
    18 Bytes
    add tokenizer over 4 years ago
  • config.json
    1.08 kB
    add model over 4 years ago
  • model.safetensors
    738 MB
    xet
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    738 MB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    156 Bytes
    add tokenizer over 4 years ago
  • spm.model
    2.46 MB
    xet
    add tokenizer over 4 years ago
  • tokenizer_config.json
    417 Bytes
    add tokenizer over 4 years ago