Zero-Shot Classification
Transformers
PyTorch
Safetensors
English
deberta-v2
text-classification
deberta-v3-large
nli
natural-language-inference
multitask
multi-task
pipeline
extreme-multi-task
extreme-mtl
tasksource
zero-shot
rlhf
Inference Endpoints
sileod commited on
Commit
d70b5b0
1 Parent(s): 628435e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -438,16 +438,16 @@
438
  "hidden_dropout_prob": 0.1,
439
  "hidden_size": 1024,
440
  "id2label": {
441
- "0": "LABEL_0",
442
- "1": "LABEL_1",
443
- "2": "LABEL_2"
444
  },
445
  "initializer_range": 0.02,
446
  "intermediate_size": 4096,
447
  "label2id": {
448
- "LABEL_0": 0,
449
- "LABEL_1": 1,
450
- "LABEL_2": 2
451
  },
452
  "layer_norm_eps": 1e-07,
453
  "max_position_embeddings": 512,
 
438
  "hidden_dropout_prob": 0.1,
439
  "hidden_size": 1024,
440
  "id2label": {
441
+ "0": "entailment",
442
+ "1": "neutral",
443
+ "2": "contradiction"
444
  },
445
  "initializer_range": 0.02,
446
  "intermediate_size": 4096,
447
  "label2id": {
448
+ "contradiction": 2,
449
+ "entailment": 0,
450
+ "neutral": 1
451
  },
452
  "layer_norm_eps": 1e-07,
453
  "max_position_embeddings": 512,