georgedavila / bart-large-mnli-classifier

Zero-shot classifier which classifies text into categories of your choosing. Returns a dictionary of the most likely class and all class likelihoods.

  • Public
  • 406 runs
  • GitHub

Output is a dictionary with key ‘mostLikelyClass’ giving the most likely class and key ‘allClasses’ giving a dictionary of all class likelihoods.