Arcee Spark offers a 32 KB context size. Initialized from Qwen2, it underwent a sophisticated training process:
Fine-tuned on 1.8 million samples
Merged with Qwen2-7B-Instruct using Arcee's mergekit
Further refined using Direct Preference Optimization (DPO)
This meticulous process results in exceptional performance, with Arcee Spark achieving the highest score on MT-Bench for models of its size, outperforming even GPT-3.5 on many tasks.
Arcee-Spark 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-Spark 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.
This listing is free to use, so you pay only for the AWS compute instance you run it on. Pricing is organized by instance type and inference mode. Two dimensions cover batch inference on ml.p3.8xlarge and ml.p3.16xlarge instances. The remaining ten dimensions cover real-time inference across g5 and g6 instance families, in sizes from xlarge up to 16xlarge. All dimensions bill per host hour. You choose an instance based on your workload size and whether you need batch or real-time processing. Larger instances handle heavier workloads.
Top-of-mind questions for buyers
What is the difference between batch and real-time inference billing here?
Both bill per host hour on the chosen instance. Batch mode processes grouped requests together and runs on p3 instances. Real-time mode serves live requests with low latency and runs on g5 and g6 instances. You pick the mode that fits your workload; each accrues hourly while the instance runs.
Am I charged when the inference instance is idle or stopped?
Charges accrue per host hour while the instance runs. The software carries no fee since the model is free, so you pay only the AWS instance cost. Stopped instances stop accruing host-hour charges, though underlying AWS storage may still apply. Terminate instances you no longer need to avoid ongoing cost.
How do I choose between the g5 and g6 real-time instance sizes?
Each dimension maps to one AWS instance type, from xlarge up to 16xlarge. Larger sizes carry more GPU and memory to handle heavier request loads or higher concurrency. You pick one instance based on your traffic and latency needs. Only that instance's host hours appear on your bill.
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 version is configured for single-GPU instances of the g5 and g6 families. Context size is 4 KB and the OpenAI Messages API is enabled.
Additional details
Inputs
Outputs
Sample notebooks
Inputs
Summary
You can invoke the model using 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.