sileod commited on
Commit
731d2c7
1 Parent(s): 7e82d79

Update README.md

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