This repository contains LoRA adapter weights trained for the Marketing category of the Adaption AutoScientist Challenge.
It is not a standalone merged 70B checkpoint. To use it, load the base model meta-llama/Llama-3.3-70B-Instruct, extract the adapter archive, then apply or merge the LoRA adapter.
The model was trained from prathmeshadsod/mrketing-data-30k, a public marketing instruction dataset created from a 30k synthetic source corpus and a 20k selected Adaption training subset.
Evaluation Summary
Adaption's evaluation dashboard shows a strong preference for the adapted model over the base model.
Win rates
Evaluation view
Base model
Adapted model
Win rate on submitted dataset
5%
95%
Win rate on Marketing category tasks
17%
84%
The Marketing-category win-rate values are dashboard-rounded values. They show that the adapted LoRA was preferred not only on the submitted dataset, but also across broader Marketing tasks.
Training And Evaluation Metrics
Train eval metrics
The training run used the AutoScientist-selected configuration unchanged. The run completed with the following identifiers:
The dataset was built for marketing decision intelligence rather than generic copywriting. It covers basic, intermediate, advanced, and expert marketing tasks across strategy, performance marketing, lifecycle, retention, ABM, partnerships, events, brand, product marketing, SEO, social/content/community, analytics, experiments, compliance-aware marketing, and operations.
The source corpus was generated with the earlier MarketScientist pipeline using GPT-OSS-120B as the primary generation model through an external LLM API provider. This was not the later v4/multi-model exploration. The generation process used coverage planning across category, difficulty, persona, market, industry, business model, prompt style, and required response mode. Responses were designed to be practical and answer-first, with assumptions, caveats, watch-outs, calculations, or next steps added only when helpful.
Adaption remastering improved the dataset quality score from 9.0/10 to 9.7/10, with grade A before and after, and percentile movement from 33.0 to 57.7.
This archive contains the exported adapter artifact. Extract it before loading. The extracted directory should contain PEFT/LoRA adapter files such as an adapter config and adapter weights.
Running or merging a 70B model requires substantial GPU memory. Quantization or multi-GPU inference may be needed.
Intended Behavior
The adapter is intended to improve a Llama 3.3 70B Instruct model for marketing decision support. Good responses should:
Answer the user's marketing question directly.
Use the provided data and avoid inventing missing metrics.
Ask targeted clarification questions when required data is absent.
Include assumptions, caveats, or watch-outs only when they improve the decision.
Prefer practical next steps over generic marketing advice.
Handle both simple beginner requests and more complex executive/analyst prompts.
Limitations
This is a LoRA adapter, not a merged model.
The base model license and access requirements still apply.
The model is specialized for marketing decision support and should be evaluated before production use.
Synthetic and remastered data can still contain blind spots. Human review remains important for legal, financial, regulated, or brand-sensitive decisions.
Competition Note
This run was completed late in the competition cycle with a small number of full experiments. The result suggests that high-quality dataset design, Adaption remastering, and a strong AutoScientist-selected LoRA configuration can produce meaningful gains even without a large hyperparameter sweep.