LLaMA 3.2 Instruct: Adaptation and Analysis
- LLaMA 3.2 Instruct is a family of compact, instruction-tuned checkpoints characterized by adaptable post-training pipelines and specialized variants for both text and vision tasks.
- These models leverage parameter-efficient techniques such as LoRA and QLoRA to enable domain-specific fine-tuning while reducing computational demands.
- Research reveals challenges including naming inconsistencies, evaluative heterogeneity, and fragile preservation of instruction-following benefits under structural pruning.
LLaMA 3.2 Instruct denotes the instruction-tuned members of the LLaMA 3.2 family as they appear in recent research, including compact text checkpoints such as meta-llama/Llama-3.2-1B-Instruct and Meta’s LLaMA 3.2 3B Instruct, as well as multimodal variants such as Llama-3.2-11B-Vision-Instruct (Chih et al., 2 Oct 2025, Hoque et al., 17 Jan 2026, Wang et al., 12 Jun 2025). In the literature, these models are treated less as a single canonical benchmark system than as a family of adaptable deployment targets: they are specialized with LoRA- and QLoRA-based PEFT, used as targets for heterogeneous model fusion, evaluated in domains such as Bengali news classification, medical reasoning, and educational affect recognition, and analyzed mechanistically at the level of internal representations and individual attention heads (Yang et al., 6 Mar 2025, Merullo et al., 4 Aug 2025).
1. Variant scope and naming
The designation “LLaMA 3.2 Instruct” is not used uniformly across papers. Some studies explicitly name Llama-3.2-1B-Instruct, LLaMA-3.2-3B Instruct, or Llama-3.2-11B-Vision-Instruct, while others evaluate a model called only “Llama 3.2 3B” and do not state that it is an instruct-tuned checkpoint. That naming asymmetry is methodologically important, because several results commonly associated with “LLaMA 3.2” do not strictly identify an Instruct variant (Adib et al., 16 Feb 2026).
| Variant in the literature | Representative context | Notes |
|---|---|---|
meta-llama/Llama-3.2-1B-Instruct |
Traditional Chinese stabilization; phonetic interpretability | Explicitly described as instruction-tuned |
meta-llama/Llama-3.2-3B-Instruct |
Bengali classification; medical CoT SFT | Explicitly described as instruction-tuned |
Llama-3.2-11B-Vision-Instruct |
Zero-shot academic emotion recognition | Multimodal vision-LLM |
The 1B model is described as an “open-weight, instruction-tuned model released by Meta” in work on Traditional Chinese robustness, and the 3B model is explicitly referenced via the Hugging Face model card meta-llama/Llama-3.2-3B-Instruct in Bengali text classification (Chih et al., 2 Oct 2025, Hoque et al., 17 Jan 2026). The 11B Vision Instruct model is used as an off-the-shelf multimodal classifier for facial-expression analysis in an online-learning setting, and FuseChat-3.0 treats both Llama-3.2-3B-Instruct and Llama-3.2-1B-Instruct as “ultra-compact” target models for cross-model capability transfer (Wang et al., 12 Jun 2025, Yang et al., 6 Mar 2025).
This distribution of model variants has shaped the research agenda. Text-only 1B and 3B checkpoints are repeatedly studied as low-cost PEFT targets, whereas the 11B Vision Instruct model appears chiefly in zero-shot multimodal inference. A plausible implication is that “LLaMA 3.2 Instruct” functions in the literature as a small-model platform for adaptation experiments rather than as a single, fixed reference checkpoint.
2. Post-training and adaptation regimes
The dominant methodological theme is parameter-efficient adaptation. In Bengali text classification, the 3B Instruct checkpoint is run through a Hugging Face-based setup using AutoTokenizer, device_map='auto', llm_int8_enable_fp32_cpu_offload, 4-bit quantization, float16 computation, LoRA and QLoRA, AdamW, cosine scheduling, gradient accumulation, gradient checkpointing, and Weights & Biases logging (Hoque et al., 17 Jan 2026). In medical chain-of-thought supervised fine-tuning, LLaMA-3.2-3B Instruct is adapted with QLoRA in Unsloth on FreedomIntelligence/medical-o1-reasoning-SFT, using LoRA rank , maximum sequence length 2048, about 90% training and 10% evaluation, two epochs, AdamW, and a per-device batch size of 4 (Mansha, 6 Oct 2025).
A more elaborate adapter-only recipe is given by PureTC-1B, which transforms Llama-3.2-1B-Instruct through a three-stage sequence of Continual Pre-Training, Supervised Fine-Tuning, and Direct Preference Optimization while keeping the core weights frozen and the original tokenizer unchanged (Chih et al., 2 Oct 2025). CPT uses context length 8192 and a high-rank LoRA configuration , , dropout 0.4; SFT continues with the same high-rank adapter at context length 4096; DPO then trains a new thin adapter with , , and dropout 0.4. The paper explicitly frames this as a hardware-friendly, mergeable, adapter-only stabilization pipeline.
Two additional post-training schemes are notable because they target instruction-tuned checkpoints directly. FuseChat-3.0 uses a two-stage SFTDPO pipeline to transfer capabilities from larger heterogeneous source models into Llama-3.2-3B-Instruct and Llama-3.2-1B-Instruct, with LN-DPO, , SFT learning rate , DPO learning rate , maximum sequence length 2048, and a dataset of 158,667 examples split into 94,539 SFT and 64,128 DPO items (Yang et al., 6 Mar 2025). Shadow-FT, by contrast, does not tune the Instruct model directly. It first fine-tunes the paired Base model, computes the learned update, and then grafts that update onto the Instruct checkpoint:
The justification is that paired Base and Instruct models are highly similar in weight space; for Llama-3.1-8B, the reported average relative gap ratio is 0 (Wu et al., 19 May 2025).
These methods converge on a common technical assumption: LLaMA 3.2 Instruct checkpoints are sufficiently compact and structurally stable that domain specialization, capability transfer, and preference shaping can be achieved without full retraining. The literature does not treat this as a solved problem, but it repeatedly treats PEFT as the default operating regime.
3. Empirical behavior across application domains
The 3B Instruct model has been evaluated in Bengali newspaper classification, where it was fine-tuned on a 9-class task derived from the Prothom Alo Kaggle dataset after duplicate removal and random undersampling. The reported overall accuracy is 56%, compared with 53% for LLaMA 3.1 8B Instruct and 72% for Qwen 2.5 7B Instruct (Hoque et al., 17 Jan 2026). The authors interpret the result as noteworthy because the smaller 3B model slightly exceeds the 8B LLaMA baseline, while still trailing Qwen substantially.
In medical reasoning, a proof-of-concept study uses LLaMA-3.2-3B Instruct as the starting checkpoint for supervised fine-tuning on medical chain-of-thought data and reports improved reasoning coherence and factual accuracy while reducing memory usage by up to 60% compared to standard full fine-tuning (Mansha, 6 Oct 2025). A separate medical QA benchmark evaluates a model named only “Llama 3.2 3B,” not an explicitly named Instruct checkpoint, on 3,000 iCliniq question-answer pairs. Its zero-shot scores are BLEU-1 0.2012, BLEU-4 0.0122, ROUGE-1 0.2588, ROUGE-2 0.0355, and ROUGE-L 0.1258; under an LLM-as-a-judge protocol its overall score is 3.20, with only 25% of responses rated high quality. The paper’s main caution is that lexical-overlap competitiveness does not translate into equally strong judged medical quality (Adib et al., 16 Feb 2026).
The multimodal Llama-3.2-11B-Vision-Instruct has been used for zero-shot recognition of five academic emotions—confused, distracted, happy, tired, and neutral—on a balanced 5,000-image subset of OLSFED. Its reported overall metrics are Accuracy 0.5118, Precision 0.6473, Recall 0.5118, and F1 0.4519 (Wang et al., 12 Jun 2025). Per-class F1 exposes a sharply uneven profile: 0.92 for happy, 0.55 for tired, 0.49 for neutral, 0.27 for confused, and 0.04 for distracted. The comparison model, Qwen2.5-VL-7B-Instruct, outperforms it overall and is much better on confused, but LLaMA 3.2 is stronger on happy and slightly stronger on tired.
The 1B Instruct model has also been specialized for script purity rather than task accuracy. PureTC-1B reduces the micro-average Other-Language Rate from 0.231 to 0.113 and the macro-average OLR from 0.214 to 0.098, while Pass@TC rises from about 10% to 30% (Chih et al., 2 Oct 2025). On the Named Entity Translation task, the resulting model reduces incorrect-language tokens by 77.2% relative to Llama-3B and 57.2% relative to Qwen-1.5B. These results position Llama-3.2-1B-Instruct as a feasible base for monolingual robustness interventions, especially in low-resource or on-device settings.
Taken together, these application papers show neither uniform strength nor uniform weakness. The family performs nontrivially across text classification, medical reasoning, multilingual stabilization, and image-conditioned labeling, but the strongest results are typically narrow, highly engineered, and dependent on post-training.
4. Instruction following, capability transfer, and compression
FuseChat-3.0 is the clearest example of large-to-small capability transfer into LLaMA 3.2 Instruct. For Llama-3.2-3B-Instruct, the reported average score across 14 benchmarks rises from 35.2 in the base model to 36.8 after SFT and 40.2 after the full FuseChat pipeline (Yang et al., 6 Mar 2025). Instruction-following gains dominate this improvement: AlpacaEval-2 increases from 21.4 to 54.0, Arena-Hard from 16.6 to 30.2, MT-Bench from 6.9 to 7.7, and AlignBench from 3.8 to 5.9. The same paper emphasizes that FuseChat on Llama-3.2-3B-Instruct reaches an average score of 40.2, nearly matching Llama-3.1-8B-Instruct at 40.5 despite being 2.7× smaller. For Llama-3.2-1B-Instruct, the average rises from 23.8 to 26.3, with particularly strong gains in AlpacaEval-2 and GSM8K.
Shadow-FT addresses a different problem: the observed fragility of direct post-training on instruction-tuned checkpoints. On Llama-3.2-1B, the average score is 28.1 for the vanilla Instruct model, 28.1 after direct full fine-tuning, and 29.0 after full Shadow-FT; the LoRA comparison is 28.1 versus 29.0 in the same direction (Wu et al., 19 May 2025). On Llama-3.2-3B, the corresponding averages are 47.3 for vanilla, 47.5 for direct FT, and 48.8 for Shadow-FT under both full and LoRA settings. The gains are modest, but the paper’s argument is that they are more reliable than direct tuning of the Instruct checkpoint.
Compression results are more ambivalent. “Fragile Knowledge, Robust Instruction-Following: The Width Pruning Dichotomy in Llama-3.2” shows that the widely cited pruning gains in IFEval belong to base models, not standard Instruct deployment targets (Martra, 27 Dec 2025). In Appendix B, the one instruct-tuned model tested, Llama-3.2-1B-Instruct, starts at IFEval 0.364 and drops to 0.146 at 2.4x and 0.137 at 1.6x. The pruned Instruct model converges almost exactly to the pruned base model, which the authors interpret as evidence that MAW-guided width pruning can remove much of the extra instruction-following benefit added by instruction tuning. This is one of the strongest counterexamples to the assumption that every efficiency intervention preserves Instruct behavior.
A recurrent pattern therefore emerges. Fusion and Base-to-Instruct update transfer can strengthen small LLaMA 3.2 Instruct checkpoints, but structural pruning does not preserve instruction-tuning gains in the one direct Instruct experiment reported. Instruction following in LLaMA 3.2 Instruct is thus empirically plastic, but not uniformly robust under all post-training transformations.
5. Internal representations and mechanistic analyses
Mechanistic work on Llama-3.2-1B-Instruct offers an unusually detailed view of its latent organization. “I Have No Mouth, and I Must Rhyme” studies this model on English rhyming and phonetic tasks and argues that it contains recoverable, structured internal phonetic representations despite having no explicit phonetic labels or auditory grounding (Merullo et al., 4 Aug 2025). The paper treats a linear probe as a map from the model’s 2048-dimensional embedding space to a 44-dimensional “IPA phoneme space,” and reports that the probe predicts the correct phonemes for approximately 96% of single-token words, compared with 42% for the same probe architecture trained on a randomly generated embedding matrix.
The paper also introduces a causal embedding intervention:
1
where 2 is the original embedding, 3 is the phoneme vector for the word’s vowel, and 4 is the replacement vowel direction. Increasing 5 shifts rhyme predictions toward words matching the new vowel class. This moves the result beyond simple linear decodability: the phoneme directions are presented as causally active features in rhyme generation rather than passive diagnostic correlates.
At the circuit level, the paper identifies Head 13 in Layer 12, denoted H13L12, as the most important attention head for the rhyming task. Its mean normalized logit difference under activation patching is 0.48, compared with an overall mean of 0.002 and a second-highest component at 0.19 (Merullo et al., 4 Aug 2025). H13L12 attends from the generation position to the target rhyme word, and logit-lens inspection of its result vector shows promotion of phonetically similar tokens, including some cross-lingual sound-similar tokens. Two additional heads, H21L14 and H22L14, appear to form a redundant channel with H13L12; zero-ablating all three prevents normal single-token rhyme completion.
The same study uses PCA on H13L12 result vectors to argue that the model’s vowel geometry partly resembles the standard IPA vowel chart. Front, mid, and back vowels organize along principal components in a way that tracks backness and openness, but the paper explicitly notes notable divergences, especially for 6, 7, and 8 (Merullo et al., 4 Aug 2025). The broader significance is not that LLaMA 3.2 Instruct has humanlike phonology, but that even a 1B instruction-tuned text model can develop structured latent representations for sound-based generalization.
6. Scope, uncertainty, and recurrent misunderstandings
The first recurrent misunderstanding is to treat every “LLaMA 3.2” result as evidence about an Instruct checkpoint. The zero-shot medical QA study is explicit that it evaluates “Llama 3.2 3B” and does not say that this is an instruct-tuned variant; the authors themselves emphasize that the naming asymmetry matters when comparing it to models explicitly labeled Instruct (Adib et al., 16 Feb 2026). Closely related confusion arises in pruning work, where the headline instruction-following gains are for base models, while the one direct Llama-3.2-1B-Instruct result shows deterioration rather than improvement (Martra, 27 Dec 2025).
A second limitation is reproducibility. The Bengali classification paper does not report the post-balancing sample count, the exact prompt template, hyperparameter values such as LoRA rank and maximum sequence length, or an explicit mapping from runtime numbers to each model (Hoque et al., 17 Jan 2026). The academic emotion paper does not report temperature, decoding strategy, max tokens, confusion matrices, significance tests, or preprocessing choices such as cropping and normalization (Wang et al., 12 Jun 2025). The medical CoT proof-of-concept identifies LLaMA-3.2-3B Instruct only at the model-family level and does not specify an immutable checkpoint string or low-level QLoRA details such as NF4 versus FP4 (Mansha, 6 Oct 2025). PureTC-1B omits the exact GPU model, wall-clock training time, exact DPO 9, and optimizer betas (Chih et al., 2 Oct 2025).
A third limitation is evaluative heterogeneity. Some papers rely on lexical-overlap metrics, some on LLM-as-a-judge, some on exact-match-like classification metrics, and some on aggregate benchmark averages. The medical QA paper is particularly explicit that overlap-based competitiveness can obscure a much larger quality gap under judged clinical criteria (Adib et al., 16 Feb 2026). This suggests that any single headline number for “LLaMA 3.2 Instruct” is likely to be task- and metric-specific.
The literature therefore supports a restrained characterization. LLaMA 3.2 Instruct is a family of compact instruction-tuned checkpoints that are technically attractive because they are easy to adapt, easy to fuse, and sufficiently expressive to support both domain specialization and mechanistic analysis. At the same time, the family’s published behavior is uneven: some interventions produce large gains, some yield only marginal changes, and some—especially structural pruning—can collapse instruction-tuning benefits rather than preserve them.