Listing Thumbnail

    Named Entity Detector - US English

     Info
    Sold by: Sigmodata 
    Deployed on AWS
    Free Trial
    Transformer NER for English with 18 default entity types and custom types at inference. Runs on CPU; uses a GPU automatically when you deploy on a GPU instance.

    Overview

    Open image

    This SageMaker model package provides a REST API to detect named entities in US English text. Send a JSON array of sentences and receive labeled spans with character offsets and confidence scores.

    Eighteen entity types are detected by default (person, organization, location, date, money, and more). Pass an optional "labels" array to extract any entity types you need (drugs, statutes, tickers) without retraining.

    GPU is optional. Deploy on a GPU instance (for example ml.g4dn.xlarge) for higher throughput; the same image uses CUDA automatically when a GPU is present, and falls back to CPU otherwise. The API accepts JSON or CSV and supports real-time endpoints and SageMaker batch transform.

    We welcome your feedback at aws-support@sigmodata.com . Usage notebook: https://colab.research.google.com/drive/1iL1Q0FiYfKoUqYzglpeBFDxzDjV8IF9s 

    Highlights

    • Extract people, orgs, dates, money, and 14 more English types - or pass your own labels at inference
    • Custom types (drug, statute, SKU) with no retraining - most Marketplace NER packages are frozen to one schema
    • Invoke with JSON or CSV; ONNX uses a GPU automatically when present

    Details

    Delivery method

    Latest version

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    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.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 5 days according to the free trial terms set by the vendor.

    Named Entity Detector - US English

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (59)

     Info
    Dimension
    Description
    Cost/host/hour
    ml.g4dn.xlarge Inference (Real-Time)
    Recommended
    Model inference on the ml.g4dn.xlarge instance type, real-time mode
    $0.10
    ml.m5.large Inference (Batch)
    Recommended
    Model inference on the ml.m5.large instance type, batch mode
    $0.10
    ml.c4.2xlarge Inference (Batch)
    Model inference on the ml.c4.2xlarge instance type, batch mode
    $0.10
    ml.c4.2xlarge Inference (Real-Time)
    Model inference on the ml.c4.2xlarge instance type, real-time mode
    $0.10
    ml.c4.4xlarge Inference (Batch)
    Model inference on the ml.c4.4xlarge instance type, batch mode
    $0.10
    ml.c4.4xlarge Inference (Real-Time)
    Model inference on the ml.c4.4xlarge instance type, real-time mode
    $0.10
    ml.c4.8xlarge Inference (Batch)
    Model inference on the ml.c4.8xlarge instance type, batch mode
    $0.10
    ml.c4.8xlarge Inference (Real-Time)
    Model inference on the ml.c4.8xlarge instance type, real-time mode
    $0.10
    ml.c4.xlarge Inference (Batch)
    Model inference on the ml.c4.xlarge instance type, batch mode
    $0.10
    ml.c4.xlarge Inference (Real-Time)
    Model inference on the ml.c4.xlarge instance type, real-time mode
    $0.10

    Vendor refund policy

    No refunds, 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.
    Tell us how we can improve this page, or report an issue with this product.

    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.

    Usage information

     Info

    Delivery details

    Amazon SageMaker model

    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:
    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  .
    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

    Listing and documentation updates. Same serving image as version 3.

    • Default entity types listed in full (PERSON, ORG, DATE, MONEY, ...)
    • Product page URL for documentation (no public git repository)
    • Hosted sample notebook

    Additional details

    Inputs

    Summary

    A JSON object with an "input" array of strings to tag (or a CSV file, one text per line, for batch transform). Optional "labels" array of entity type names (omit to use the 18 defaults listed at https://www.sigmodata.com/products?product=ner-model ) and optional "threshold" (0-1).

    Input MIME type
    application/json, text/csv
    {"input": ["Apple reported $5 million in revenue yesterday in Cupertino"]}
    Apple reported $5 million in revenue yesterday in Cupertino

    Input data descriptions

    The following table describes supported input data fields for real-time inference and batch transform.

    Field name
    Description
    Constraints
    Required
    input
    List of text strings to extract entities from
    -
    Yes
    labels
    Optional types to extract (for example ["drug", "ticker"]). Omit to use the 18 defaults: PERSON, NORP, FAC, ORG, GPE, LOC, PRODUCT, EVENT, WORK_OF_ART, LAW, LANGUAGE, DATE, TIME, PERCENT, MONEY, QUANTITY, ORDINAL, CARDINAL. Definitions: https://www.sigmodata.com/products?product=ner-model
    -
    No
    threshold
    Optional confidence cutoff between 0 and 1 (default 0.5)
    -
    No

    Support

    Vendor support

    AWS infrastructure support

    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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    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.