Zero-Shot Classification
Transformers
PyTorch
Safetensors
English
deberta-v2
text-classification
deberta-v3-base
deberta-v3
deberta
nli
natural-language-inference
multitask
multi-task
pipeline
extreme-multi-task
extreme-mtl
tasksource
zero-shot
rlhf
Eval Results
Inference Endpoints
sileod commited on
Commit
016a8e3
1 Parent(s): bd74986

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -3,6 +3,11 @@
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
 
 
 
 
 
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifiers_size": [
8
  [
 
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
6
+ "id2label": {
7
+ "0": "entailment",
8
+ "1": "neutral",
9
+ "2": "contradiction"
10
+ },
11
  "attention_probs_dropout_prob": 0.1,
12
  "classifiers_size": [
13
  [