huggingface / distilbert-base-uncased-finetuned-sst-2-english

DistilBERT base uncased finetuned SST-2 is a model that can do sentiment analysis.

Examples

quickstart

Inputs

Name: input

Outputs

Name: scores


Usage

Inputs

Name: input

Description: The strings to analyze the sentiment of

Type: string

Shape: input_shape

Outputs

Name: scores

Description: Scores between -1 and 1 for each element of `input`. Negative scores correspond to a negative sentiment.

Type: string

Shape: input_shape

Readme

See here for more details.

Get it

Copy the model URL:

https://carton.pub/huggingface/distilbert-base-uncased-finetuned-sst-2-english/e72fefb414423c6438ea09c4c005326453164bbf2527fb82c99382a0103235e0
This model has quickstart code available for every supported language.

Homepage

https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english

License

Apache-2.0

Tasks