Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ classifier(
|
|
49 |
candidate_labels=["urgent", "not urgent", "phone", "tablet", "computer"],
|
50 |
)
|
51 |
```
|
52 |
-
[deberta-v3-base-tasksource-nli](https://huggingface.co/sileod/deberta-v3-base-tasksource-nli)
|
53 |
|
54 |
|
55 |
```
|
|
|
49 |
candidate_labels=["urgent", "not urgent", "phone", "tablet", "computer"],
|
50 |
)
|
51 |
```
|
52 |
+
[deberta-v3-base-tasksource-nli](https://huggingface.co/sileod/deberta-v3-base-tasksource-nli) now includes `label-nli` in its training mix (a relatively small portion, to keep the model general, but note that nli models work for label-like zero shot classification without specific supervision (https://aclanthology.org/D19-1404.pdf).
|
53 |
|
54 |
|
55 |
```
|