sileod commited on
Commit
b363c89
1 Parent(s): 545314f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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) will now `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
  ```
 
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
  ```