eBay adapts Meta Llama 3.1 to the e-commerce domain via continued pretraining, achieving approximately 25% benchmark improvement
General-purpose LLMs such as GPT-4 and Claude were too costly for eBay's at-scale needs and introduced data security risks by relying on third-party providers, while training a domain-specific LLM entirely from scratch was too time- and resource-intensive.
Third-party LLMs (GPT-4 and Claude) were prohibitively expensive and introduced data security constraints, while off-the-shelf open models such as Llama 3.1 lacked the e-commerce domain knowledge required for eBay's use cases.
The final e-Llama models demonstrate approximately 25% improvement in English e-commerce benchmarks and about 30% for non-English, with only 1% degradation on general domain NLU benchmarks, enabling eBay to drive new AI initiatives across the company.
Show all 5 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The final e-Llama models demonstrate approximately 25% improvement in English e-commerce benchmarks and about 30% for non-English, with only 1% degradation on general domain NLU benchmarks, enabling eBay to drive new…
What tools did this team use?
Llama 3.1, Megatron-LM, NVIDIA H100 80GB GPU, NVIDIA NVLink, InfiniBand, flash-attention-2.
What results were reported?
e-commerce benchmark improvement (English): approximately 25%; e-commerce benchmark improvement (non-English): about 30%; general domain NLU benchmark degradation (e-Llama 70B): 1%; training compute (70B model on 1 trillion tokens): about 340k GPU-hours (source-reported, not independently verified).
What failed first in this deployment?
Third-party LLMs (GPT-4 and Claude) were prohibitively expensive and introduced data security constraints, while off-the-shelf open models such as Llama 3.1 lacked the e-commerce domain knowledge required for eBay's u…
How is this back office ops AI workflow structured?
E-commerce data gathering and filtering → E-commerce classifier extraction → Continued pretraining on e-commerce data → Instruction tuning with human feedback → Benchmark validation.