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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

NDugar
/
debertav3-mnli-snli-anli

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

Instructions to use NDugar/debertav3-mnli-snli-anli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NDugar/debertav3-mnli-snli-anli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="NDugar/debertav3-mnli-snli-anli")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("NDugar/debertav3-mnli-snli-anli")
    model = AutoModelForSequenceClassification.from_pretrained("NDugar/debertav3-mnli-snli-anli", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
debertav3-mnli-snli-anli
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
NDugar's picture
NDugar
Update README.md
28ae702 over 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) over 3 years ago
  • README.md
    4.78 kB
    Update README.md over 3 years ago
  • added_tokens.json
    18 Bytes
    Upload added_tokens.json almost 5 years ago
  • config.json
    1.06 kB
    Upload config.json almost 5 years ago
  • model.safetensors
    1.74 GB
    xet
    Adding `safetensors` variant of this model (#1) over 3 years ago
  • optimizer.pt
    3.48 GB
    xet
    Upload optimizer.pt with git-lfs almost 5 years ago
  • pytorch_model.bin
    1.74 GB
    xet
    Upload pytorch_model.bin with git-lfs almost 5 years ago
  • special_tokens_map.json
    156 Bytes
    Upload special_tokens_map.json almost 5 years ago
  • spm.model
    2.46 MB
    xet
    Upload spm.model with git-lfs almost 5 years ago
  • tokenizer_config.json
    418 Bytes
    Upload tokenizer_config.json almost 5 years ago
  • trainer_state.json
    1.89 kB
    Upload trainer_state.json almost 5 years ago