Text Classification
Transformers
Safetensors
English
deberta
anli
natural-language-inference
sequence-classification
Eval Results (legacy)
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
| { | |
| "model": "DeBERTa-large", | |
| "dataset": "ANLI", | |
| "validation_accuracy": 0.6221875, | |
| "validation_examples": 3200, | |
| "validation_split": "dev", | |
| "test_accuracy": 0.6178125, | |
| "test_examples": 3200, | |
| "test_split": "test" | |
| } |