Clarifai app is a place for you to organize all of the content including models, workflows, inputs and more.
For app owners, API keys and Collaborators have been moved under App Settings.
text-classification
N
nlptownres
0
Datasets
Datasets
0
1
Models
View
Models
1
View models
0
Workflows
Workflows
0
0
Modules
Modules
0
Hugging Face Text Classification
Overview
This app contains great models and workflows built by Hugging Face that you can use in your apps to carry out text classification. You can use the models to assign one or more predefined categories or classes to open-ended text and process them accordingly.
Feel free to explore all the different models! Here are the workflow highlights the app contains:
Use this model to identify whether a text is insecure code that may attack software systems. It can help you detect whether a source code contains vulnerabilites that may cause various types of attacks, such as resource leaks, use-after-free vulnerabilities, and DoS attack.
The model returns a binary classification (0/1) result, where 1 stands for insecure code and 0 for secure code.
Use this model to make inferences from the provided English text. Essentially, the model takes a premise and a hypothesis and outputs three classes of scores that can be:
entailment—meaning the hypothesis is true
contraction—meaning the hypothesis is false
neutral—meaning there's no relation between the hypothesis and the premise