This SageMaker model package provides a REST api to analyze the sentiment of English sentences.
The API accepts input as JSON, CSV or plain text, and identifies the sentiment (positive or negative) and provides a confidence level (float number from 0 to 1).
Use it to score product reviews and app store feedback, triage support tickets by tone, moderate community content, or track sentiment trends across a review backlog.
Model and training data
Version 3 is a ModernBERT-base (answerdotai/ModernBERT-base) text classifier
fine-tuned with PyTorch and Hugging Face Transformers on the public IMDB
movie review, SST-2 (GLUE), and dair-ai/emotion datasets, and served as ONNX.
The model package runs in network isolation on SageMaker, so no data leaves
your account. It supports real-time endpoints and batch transform, and takes
JSON, CSV, or plain text.
Known limitations
English only. Other languages are not supported.
Binary output (positive or negative). There is no neutral class, so
neutral text is forced into the closer of the two labels.
Tuned for short review-style text. Split long documents into sentences or
passages before sending.
Measured performance
Accuracy 95.4 percent, macro-F1 0.954, measured on 20,000 held-out examples from the public IMDB, SST-2 (GLUE), and dair-ai/emotion datasets.
The split is seeded (70/20/10, seed 42) and was not used in training.
Real-time endpoint on ml.m5.large: 263 ms median per request (275 ms p95).
Throughput on the same instance: about 23 texts per second at a batch size of 32.
Highlights
Score English reviews and comments as positive or negative, with a confidence on every sentence
Batch hundreds of sentences per request with sub-second responses - built for review and moderation queues
SageMaker real-time or batch; JSON, CSV, or plain text - no training job
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
You pay by the hour for the SageMaker instance you run, billed per host hour. Pricing splits into two modes: Batch inference for processing text in bulk jobs, and Real-Time inference for live endpoint requests. Within each mode, you choose an instance type across four families: c4 and c5 compute instances, m4 and m5 general-purpose instances, and p2 and p3 GPU instances. Larger sizes within a family (from xlarge up to 24xlarge) carry higher hourly rates, so cost scales with the compute you select. Model deployment runs in your own AWS account.
Top-of-mind questions for buyers
What does one host hour cover, and when do charges start and stop?
One host hour is one hour that a chosen SageMaker instance runs your model. Charges begin when the instance starts and stop when you stop it. A batch job meters only while the job runs. A real-time endpoint meters for as long as it stays active, even when idle.
How does Batch inference billing differ from Real-Time inference billing?
Batch inference meters host hours only while a bulk processing job runs, then stops. Real-Time inference runs a live endpoint that meters continuously until you shut it down, whether or not requests arrive. Batch suits scheduled bulk text; real-time suits on-demand requests.
If I switch to a larger instance size, does my whole bill change or only the added capacity?
You pay the hourly rate tied to whichever single instance type you run. When you move to a larger size, the new hourly rate applies to all hours on that instance. There is no blended or partial rate. You choose one instance per endpoint or batch job.
www.sigmodata.com
Helpful?
Vendor refund policy
No refunds offered but you may cancel at any time
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Deploy the model on Amazon SageMaker AI using the following options:
Real-time inference
Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference .
Batch transform
Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI .
Version release notes
Fixed security vulnerabilities
Additional details
Inputs
Outputs
Usage instructions
Sample notebooks
Inputs
Summary
The model can extract sentiment out of input text.
Provide a list of sentences to classify.
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.