Arcee-Nova excels across a wide range of language tasks, demonstrating particular strength in:
* Reasoning: Solving complex problems and drawing logical conclusions.
* Creative Writing: Generating engaging and original content across various genres.
* Coding: Assisting with programming tasks, from code generation to debugging.
* General Language Understanding: Comprehending and generating human-like text in diverse contexts.
Arcee-Nova can be applied to various business tasks:
* Customer Service: Implement sophisticated chatbots and virtual assistants.
* Content Creation: Generate high-quality written content for marketing and documentation.
* Software Development: Accelerate coding processes and improve code quality.
* Data Analysis: Enhance data interpretation and generate insightful reports.
* Research and Development: Assist in literature reviews and hypothesis generation.
* Legal and Compliance: Automate contract analysis and regulatory compliance checks.
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.
The software itself is free, so you pay only for the compute instance you run it on. You choose from four options based on the AWS instance type and inference mode. Three run in real-time mode on different GPU instance sizes, letting you match hardware to your workload. The fourth runs in batch mode, which processes grouped requests rather than live responses. Billing is hourly per host (HostHrs), so cost scales with how long you keep an instance running. Pick the instance and mode that fit your performance and cost needs.
Top-of-mind questions for buyers
Am I charged when a real-time inference instance is stopped or idle?
You are billed hourly per host (HostHrs) only while an instance runs. Since the software is free, stopping an instance ends software charges. Underlying AWS compute and storage fees may still apply based on your AWS account settings. Shut down instances you are not using to control cost.
What is the difference between real-time mode and batch mode for inference?
Real-time mode processes live requests as they arrive, so you keep an instance running for immediate responses. Batch mode groups requests and processes them together, which suits large jobs without a need for instant replies. Both bill hourly per host, but batch runs on the ml.p3.16xlarge instance.
What tasks can I run on these inference instances?
The model handles language tasks like reasoning, creative writing, coding help, and general text understanding. Business uses include chatbots, content creation, code assistance, data interpretation, and document analysis. You choose the instance size and mode to match your workload's speed and volume needs.
huggingface.co
Helpful?
Vendor refund policy
This product is offered for free. If there are any questions, please contact us for further clarifications.
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
This model package is configured for p4 and p5 8-GPU instances. Context size is 32 KB and the OpenAI Messages API is enabled.
Additional details
Inputs
Outputs
Sample notebooks
Inputs
Summary
You can invoke the model withr the OpenAI Messages AI. Please see the sample notebook for details.
Input MIME type
application/json, application/jsonlines
Real-time inference sample input data
{
"messages": [
{
"role": "system",
"content": "As a friendly technical assistant engineer, answer the question in detail.",
},
{"role": "user", "content": "Why are transformers better models than LSTM?"},
],
"max_tokens": 256
}
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.