Change link to Deberta-small
Browse files
README.md
CHANGED
@@ -11,11 +11,11 @@ tags:
|
|
11 |
- question answering
|
12 |
---
|
13 |
|
14 |
-
**UTC-DeBERTa-small** - universal token
|
15 |
|
16 |
***π Meet the first prompt-tuned universal token classification model π***
|
17 |
|
18 |
-
This is a model based on [DeBERTaV3-
|
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 |
|
|
|
11 |
- question answering
|
12 |
---
|
13 |
|
14 |
+
**UTC-DeBERTa-small** - universal token classifier
|
15 |
|
16 |
***π Meet the first prompt-tuned universal token classification model π***
|
17 |
|
18 |
+
This is a model based on [DeBERTaV3-small](https://huggingface.co/microsoft/deberta-v3-small) 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 |
|