This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Hugging Face

Operators in the Hugging Face category

Home > Machine Learning > Hugging Face

Operators

OperatorDescription
Hugging Face Iris Logistic RegressionPredict whether an iris is an Iris-setosa using a pre-trained logistic regression model
Hugging Face Sentiment AnalysisAnalyzing Sentiments with a Twitter-Based Model from Hugging Face
Hugging Face Spam DetectionSpam Detection by SMS Spam Detection Model from Hugging Face
Hugging Face Text SummarizationSummarize the given text content with a mini2bert pre-trained model from Hugging Face

Total: 4 operators

1 - Hugging Face Iris Logistic Regression

Predict whether an iris is an Iris-setosa using a pre-trained logistic regression model

Home > Machine Learning > Hugging Face

Input Properties

PropertyRequirementTypeDefaultDescription
Petal Length Cm AttributeString-Attribute in your dataset corresponding to
PetalLengthCm
Petal Width Cm AttributeString-Attribute in your dataset corresponding to
PetalWidthCm
Prediction Class NameStringSpecies_predictionOutput attribute name for the predicted class of
species
Prediction Probability NameStringSpecies_probabilityOutput attribute name for the prediction’s
probability of being a Iris-setosa

Output Ports

PortMode
0Set Snapshot

2 - Hugging Face Sentiment Analysis

Analyzing Sentiments with a Twitter-Based Model from Hugging Face

Home > Machine Learning > Hugging Face

Input Properties

PropertyRequirementTypeDefaultDescription
AttributeString-Column to perform sentiment analysis on
Positive Result AttributeStringhuggingface_sentiment_positiveColumn name of the sentiment analysis result
(positive)
Neutral Result AttributeStringhuggingface_sentiment_neutralColumn name of the sentiment analysis result
(neutral)
Negative Result AttributeStringhuggingface_sentiment_negativeColumn name of the sentiment analysis result
(negative)

Output Ports

PortMode
0Set Snapshot

3 - Hugging Face Spam Detection

Spam Detection by SMS Spam Detection Model from Hugging Face

Home > Machine Learning > Hugging Face

Input Properties

PropertyRequirementTypeDefaultDescription
AttributeString-Column to perform spam detection on
Spam Result AttributeStringis_spamColumn name of whether spam or not
Score Result AttributeStringscoreColumn name of Probability for classification

Output Ports

PortMode
0Set Snapshot

4 - Hugging Face Text Summarization

Summarize the given text content with a mini2bert pre-trained model from Hugging Face

Home > Machine Learning > Hugging Face

Input Properties

PropertyRequirementTypeDefaultDescription
AttributeString-Attribute to perform text summarization on
Result Attribute NameStringsummaryAttribute name of the text summary result

Output Ports

PortMode
0Set Snapshot