Skip to content
เครื่องมือและผลิตภัณฑ์

AWS Details AI Product Tagging System Built With SageMaker Serverless Model Customization

AWS published a walkthrough showing how it customized Qwen3-8B using SageMaker serverless model customization to tag retail product catalogs.

โดย DigitalNeuron Deskอ่าน 2 นาที

คำตอบโดยย่อ

What did AWS announce about its SageMaker serverless model customization for product tagging?

AWS published a technical walkthrough describing how to build a product tagging system by customizing the Qwen3-8B open-weight model with SageMaker serverless model customization, using supervised fine-tuning and reinforcement learning with verifiable rewards, then deploying the result to SageMaker Asynchronous Inference for catalog enrichment.

ประเด็นสำคัญ

  • AWS published a walkthrough for building an AI-powered product tagging system using Amazon SageMaker serverless model customization.
  • The walkthrough customizes the open-weight Qwen3-8B model, first with supervised fine-tuning (SFT), then with reinforcement learning with verifiable rewards (RLVR) using Group Relative Policy Optimization (GRPO).
  • AWS says SageMaker serverless model customization manages the training capacity automatically, and when no compute configuration is supplied, Amazon SageMaker selects and releases that capacity for the customization job.
  • The optimized model is deployed separately to Amazon SageMaker Asynchronous Inference for batch-oriented catalog enrichment.
  • AWS states the walkthrough differs from an earlier Qwen3-8B example that used Amazon SageMaker Training Jobs with customer-selected GPU instances and custom training images, instead using the Amazon SageMaker Python SDK v3 serverless customization trainers (SFTTrainer and RLVRTrainer).

AWS published a technical walkthrough describing how to build an AI-powered product tagging system using Amazon SageMaker serverless model customization, according to a blog post from AWS authors Linpo Guo, Ray Wang, Josh Chiu, and Kanwaljit Khurmi.

The problem AWS describes

AWS says retail catalogs rarely arrive with clean, structured attributes. Product names, descriptions, and category paths come from many sources and change continuously, the company says, and while search, recommendations, and catalog navigation depend on consistent tags, manually applying those tags across thousands of stock keeping units (SKUs) is slow and hard to keep consistent.

AWS says a general-purpose frontier model can generate tags through prompt engineering, but argues that when a tagging workflow has a narrower, stable objective — returning the right attributes in a fixed schema — customizing a smaller open-weight model can be a better fit. According to AWS, this approach lets a team teach the model the schema directly, optimize the trade-off between missing tags and unnecessary tags, and avoid paying for broad model capabilities the workflow doesn't need on every request.

What AWS built

In the walkthrough, AWS says it customizes the Qwen3-8B open-weight model in two stages: first with supervised fine-tuning (SFT), then with reinforcement learning with verifiable rewards (RLVR) using an approach called Group Relative Policy Optimization (GRPO).

AWS states that Amazon SageMaker serverless model customization manages the training capacity for this process. When no compute configuration is supplied, the company says, Amazon SageMaker selects and releases the training capacity for the customization job itself. The optimized model is then deployed separately, AWS says, to Amazon SageMaker Asynchronous Inference for batch-oriented catalog enrichment.

AWS distinguishes this approach from an earlier Qwen3-8B example in its amazon-sagemaker-examples repository, which it says used Amazon SageMaker Training Jobs (SMTJ) with customer-selected GPU instances and custom training images. This new walkthrough instead uses the Amazon SageMaker Python SDK v3 serverless customization trainers, which AWS names as SFTTrainer and RLVRTrainer.

Prerequisites AWS lists

AWS lists several resources and permissions needed before following the walkthrough:

  • Amazon SageMaker AI permissions to manage serverless customization jobs, AI Registry datasets and evaluators, model package groups, models, endpoints, and asynchronous inference, plus iam:PassRole where required
  • Amazon S3 access to read and write the source catalog, transformed training data, model artifacts, and asynchronous inference requests and outputs
  • Amazon ECR access, which AWS says is required only if a custom vLLM inference image is built and hosted, noting that serverless SFT and RLVR do not require a custom training image
  • Confirmation that the chosen AWS Region and model/technique combination supports Qwen3-8B SFT and RLVR
  • Sufficient hosting quota for ml.g6.2xlarge instances and the endpoint count used for the asynchronous endpoint

For data, AWS says the walkthrough uses the public Amazon Sales Dataset, or alternatively a private catalog transformed into the same prompt/target structure.

Source: AWS Machine Learning Blog, "Build an AI-powered product tagging system with Amazon SageMaker serverless model customization," published September 15, 2026.

คำถามที่พบบ่อย

What model does AWS use in this walkthrough?
AWS customizes Qwen3-8B, an open-weight model, using supervised fine-tuning followed by reinforcement learning with verifiable rewards via Group Relative Policy Optimization.
What AWS service manages the training capacity?
AWS says Amazon SageMaker serverless model customization manages the training capacity, and when no compute configuration is supplied, SageMaker selects and releases that capacity for the job.
How is the finished model deployed?
AWS states the optimized model is deployed to Amazon SageMaker Asynchronous Inference for batch-oriented catalog enrichment.
What data does the walkthrough use?
AWS says the walkthrough uses the public Amazon Sales Dataset, or a private catalog transformed into the same prompt/target structure.

แหล่งข้อมูล

  1. Build an AI-powered product tagging system with Amazon SageMaker serverless model customization | Artificial IntelligenceAmazon Web Services (AWS)
แท็กawsamazon-sagemakermodel-customizationqwen3product-taggingfine-tuningreinforcement-learning

อ่านเพิ่มเติม

AWS เพิ่มความสามารถในการเขียนข้อมูลระดับฟีเจอร์ใน SageMaker Feature Store

AWS announced UpdateRecord, a new Amazon SageMaker Feature Store API for partial record updates. Customers can change one or more feature values in a single call, while unmodified features remain unchanged. AWS says the operation applies atomically and is available in both Standard and In-Memory online store tiers.

อ่าน 4 นาที

AWS เปิดตัวเครื่องมือทดสอบมาตรฐานแบบโอเพนซอร์สเพื่อเปรียบเทียบโมเดล OpenAI บน Bedrock

AWS เผยแพร่บล็อกโพสต์และเปิดซอร์สเครื่องมือทดสอบมาตรฐานชื่อ openai-on-aws/benchmarks-openai ซึ่งเปรียบเทียบโมเดล OpenAI สามตัวบน Amazon Bedrock กับโมเดลพื้นฐานของ OpenAI API สองตัว โดยพิจารณาต้นทุนต่อคำตอบที่ถูกต้อง ต้นทุนของเอเจนต์ที่ทำงานหลายรอบ และคุณภาพงานระดับมืออาชีพที่ประเมินด้วยเกณฑ์ให้คะแนน แทนที่จะดูเพียงราคาต่อโทเคนเท่านั้น

อ่าน 6 นาที

แอปเดสก์ท็อป Amazon Quick เปิดให้ใช้งานทั่วไปแล้ว

AWS ประกาศว่าแอปพลิเคชันเดสก์ท็อป Amazon Quick เปิดให้ใช้งานทั่วไปแล้วบน macOS และ Windows นอกจากนี้บริษัทยังระบุว่ากำลังเพิ่มฟีดกิจกรรมใหม่ให้กับประสบการณ์ใช้งานบนมือถือทั้ง iOS และ Android ซึ่งจะรวมอีเมล ปฏิทิน ระบบ CRM และข้อความแชทไว้ในมุมมองเดียวที่จัดลำดับความสำคัญให้

อ่าน 4 นาที