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

Lidor-Mashiach
/
deberta-large-anli

Text Classification
Transformers
Safetensors
English
deberta
anli
natural-language-inference
sequence-classification
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Lidor-Mashiach/deberta-large-anli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Lidor-Mashiach/deberta-large-anli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Lidor-Mashiach/deberta-large-anli")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Lidor-Mashiach/deberta-large-anli")
    model = AutoModelForSequenceClassification.from_pretrained("Lidor-Mashiach/deberta-large-anli", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-large-anli
1.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Lidor-Mashiach's picture
Lidor-Mashiach
Add DeBERTa Large ANLI model
e3faafb verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    4.47 kB
    Add DeBERTa Large ANLI model 3 days ago
  • baseline_eval.json
    226 Bytes
    Add DeBERTa Large ANLI model 3 days ago
  • config.json
    1.03 kB
    Add DeBERTa Large ANLI model 3 days ago
  • model.safetensors
    1.62 GB
    xet
    Add DeBERTa Large ANLI model 3 days ago
  • model_card.json
    942 Bytes
    Add DeBERTa Large ANLI model 3 days ago
  • tokenizer.json
    3.56 MB
    Add DeBERTa Large ANLI model 3 days ago
  • tokenizer_config.json
    447 Bytes
    Add DeBERTa Large ANLI model 3 days ago