LLMpopular
Llama 3.3 70B
Meta · 70B · 128k ctx
Meta's flagship open-weights model. Pairs well with QLoRA when you want to ship fast on a single node, or full FT when you have the budget and >100M tokens of high-quality data.
Quickstart
Launch a Llama 3.3 70B fine-tune
~ fourbit
$ fourbit train \
--base llama-3-3-70b \
--data s3://acme/dataset.jsonl \
--recipe lora