sileod commited on
Commit
7211b2c
1 Parent(s): 1e32dd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -272,7 +272,7 @@ This is [DeBERTa-v3-base](https://hf.co/microsoft/deberta-v3-base) fine-tuned wi
272
  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).
273
  You can also load other tasks (see next paragraph) or further fine-tune the encoder for new task (classification, token classification or multiple-choice).
274
 
275
- # Tasksource-adapters: 1 line access to 500 tasks
276
 
277
  ```python
278
  !pip install tasknet tasksource
 
272
  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).
273
  You can also load other tasks (see next paragraph) or further fine-tune the encoder for new task (classification, token classification or multiple-choice).
274
 
275
+ # Tasksource-adapters: 1 line access to more than 500 tasks
276
 
277
  ```python
278
  !pip install tasknet tasksource