sileod commited on
Commit
8183595
1 Parent(s): 5603a1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -227,7 +227,7 @@ library_name: transformers
227
 
228
  # Model Card for DeBERTa-v3-base-tasksource-nli
229
 
230
- DeBERTa-v3-base fine-tuned with multi-task learning on 560 tasks of the [tasksource collection](https://github.com/sileod/tasksource/)
231
  This checkpoint has strong zero-shot validation performance on many tasks (e.g. 70% on WNLI), and can be used for zero-shot NLI pipeline (similar to bart-mnli but better).
232
  You can also load other tasks (see next paragraph) or further fine-tune the encoder for new classification, token or multiple-choice.
233
 
 
227
 
228
  # Model Card for DeBERTa-v3-base-tasksource-nli
229
 
230
+ This is [DeBERTa-v3-base](https://hf.co/microsoft/deberta-v3-base) fine-tuned with multi-task learning on 560 tasks of the [tasksource collection](https://github.com/sileod/tasksource/)
231
  This checkpoint has strong zero-shot validation performance on many tasks (e.g. 70% on WNLI), and can be used for zero-shot NLI pipeline (similar to bart-mnli but better).
232
  You can also load other tasks (see next paragraph) or further fine-tune the encoder for new classification, token or multiple-choice.
233