Ihor commited on
Commit
c362dd9
β€’
1 Parent(s): 12da818

change link to DeBERTa-large

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
 
16
  ***πŸš€ Meet the first prompt-tuned universal token classification model πŸš€***
17
 
18
- This is a model based on [DeBERTaV3-base](https://huggingface.co/microsoft/deberta-v3-base) that was trained on multiple token classification tasks or tasks that can be represented in this way.
19
 
20
  Such multi-task fine-tuning enabled better generalization; even small models can be used for zero-shot named entity recognition and demonstrate good performance on reading comprehension tasks.
21
 
 
15
 
16
  ***πŸš€ Meet the first prompt-tuned universal token classification model πŸš€***
17
 
18
+ This is a model based on [DeBERTaV3-large](https://huggingface.co/microsoft/deberta-v3-large) that was trained on multiple token classification tasks or tasks that can be represented in this way.
19
 
20
  Such multi-task fine-tuning enabled better generalization; even small models can be used for zero-shot named entity recognition and demonstrate good performance on reading comprehension tasks.
21