LLM Competition Pipeline

Use when: (1) Entering an LLM-based Kaggle competition (open-source model required, prompt engineering, few-shot), (2) Need to choose between base models (Qwen, DeepSeek, LLaMA), (3) Designing a prompt strategy (zero-shot, few-shot, chain-of-thought), (4) Deciding whether fine-tuning is worth the GPU cost vs prompt engineering alone, (5) Setting up closed-book inference (no RAG, no internet). Covers the full pipeline: base model selection → prompt engineering → few-shot curation → evaluation → (optional) SFT/PEFT → submission. Inspired by NVIDIA's nemotron-customize pipeline structure, adapted for Kaggle LLM competition constraints.

topprismdata Updated

File contents

topprismdata/cultivating-ml-agent/tree/main/skills/examples/llm-competition-pipeline commit 5b3677d56c

Frequently asked questions

npx skillmds@latest add topprismdata/llm-competition-pipeline