Update README.md
Browse files
README.md
CHANGED
@@ -284,6 +284,7 @@ text = "one day I will see the world"
|
|
284 |
candidate_labels = ['travel', 'cooking', 'dancing']
|
285 |
classifier(sequence_to_classify, candidate_labels)
|
286 |
```
|
|
|
287 |
|
288 |
# [TA] Tasksource-adapters: 1 line access to hundreds of tasks
|
289 |
|
|
|
284 |
candidate_labels = ['travel', 'cooking', 'dancing']
|
285 |
classifier(sequence_to_classify, candidate_labels)
|
286 |
```
|
287 |
+
NLI training data of this model includes [label-nli](https://huggingface.co/datasets/tasksource/zero-shot-label-nli), a NLI dataset specially constructed to improve this kind of zero-shot classification.
|
288 |
|
289 |
# [TA] Tasksource-adapters: 1 line access to hundreds of tasks
|
290 |
|