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
27c7d53
1 Parent(s): 731d2c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -273,7 +273,7 @@ This is [DeBERTa-v3-base](https://hf.co/microsoft/deberta-v3-base) fine-tuned wi
273
  This checkpoint has strong zero-shot validation performance on many tasks (e.g. 70% on WNLI), and can be used for:
274
  - Natural language inference, and many other tasks with tasksource-adapters, see [TA]
275
  - Zero-shot entailment-based classification pipeline (similar to bart-mnli), see [ZS].
276
- - Further fine-tune for new task (classification, token classification or multiple-choice).
277
 
278
  # [ZS] Zero-shot classification pipeline
279
  ```python
 
273
  This checkpoint has strong zero-shot validation performance on many tasks (e.g. 70% on WNLI), and can be used for:
274
  - Natural language inference, and many other tasks with tasksource-adapters, see [TA]
275
  - Zero-shot entailment-based classification pipeline (similar to bart-mnli), see [ZS].
276
+ - Further fine-tuning with a new task (classification, token classification or multiple-choice).
277
 
278
  # [ZS] Zero-shot classification pipeline
279
  ```python