Readme
Output is a dictionary with key ‘mostLikelyClass’ giving the most likely class and key ‘allClasses’ giving a dictionary of all class likelihoods.
Zero-shot classifier which classifies text into categories of your choosing. Returns a dictionary of the most likely class and all class likelihoods.
This model costs approximately $0.019 to run on Replicate, or 52 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.
This model runs on Nvidia T4 GPU hardware. Predictions typically complete within 84 seconds. The predict time for this model varies significantly based on the inputs.
Output is a dictionary with key ‘mostLikelyClass’ giving the most likely class and key ‘allClasses’ giving a dictionary of all class likelihoods.