Edit model card
!pip install tasknet tasksource
import tasknet as tn
pipe = tn.load_pipeline('sileod/deberta-v3-base-tasksource-nli','glue/sst2') # works for 500+ tasksource tasks
pipe(['That movie was great !', 'Awful movie.'])
Downloads last month
72
Hosted inference API
Text Classification
Examples
Examples
This model can be loaded on the Inference API on-demand.