paper-with-me

홈 › Papers

Evolution of meta's llama models and parameter-efficient fine-tuning of large language models: a survey

2025-10-14 · Abdulhady Abas Abdullah, Arkaitz Zubiaga, Seyedali Mirjalili, Amir H. Gandomi, Fatemeh Daneshfar, Mohammadsadra Amini, Alan Salam Mohammed, Hadi Veisi arxiv

This review surveys the rapid evolution of Meta AI's LLaMA (Large Language Model Meta AI) series - from LLaMA 1 through LLaMA 4 and the specialized parameter-efficient fine-tuning (PEFT) methods developed for these models. We first describe the LLaMA family of foundation models (7B-65B to 288B parameters), their architectures (including native multimodal and Mixtureof-Experts variants), and key performance characteristics. We then describe and discuss the concept of PEFT, which adapts large pre-trained models by updating only a small subset of parameters, and review five PEFT methods that have been applied to LLaMA: LoRA (Low-Rank Adaptation), LLaMA-Adapter V1 and V2, LLaMA-Excitor, and QLoRA (Quantized LoRA). We discuss each method's mechanism, parameter savings, and example application to LLaMA (e.g., instruction tuning, multimodal tasks). We provide structured discussion and analysis of model and adapter architectures, parameter counts, and benchmark results (including examples where fine-tuned LLaMA models outperform larger baselines). Finally, we examine real-world use cases where LLaMA-based models and PEFT have been successfully applied (e.g., legal and medical domains), and we discuss ongoing challenges and future research directions (such as scaling to even larger contexts and improving robustness). This survey paper provides a one-stop resource for ML researchers and practitioners interested in LLaMA models and efficient fine-tuning strategies.

📄 PDF Abstract BibTeX arXiv:2510.12178

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

BadLlama: cheaply removing safety fine-tuning from Llama 2-Chat 13B

2023-10-31 · Pranav Gade, Simon Lermen, Charlie Rogers-Smith, Jeffrey Ladish

Llama 2-Chat is a collection of large language models that Meta developed and released to the public. While Meta fine-tuned Llama 2-Chat to refuse to output harmful content, we hypothesize that public access to model wei…

Instruction Finetuning LLaMA-3-8B Model Using LoRA for Financial Named Entity Recognition

2026-01-15 · Zhiming Lian arxiv

Particularly, financial named-entity recognition (NER) is one of the many important approaches to translate unformatted reports and news into structured knowledge graphs. However, free, easy-to-use large language models …

parameter-efficient fine-tuningKnowledge Graphs

Detection of Illicit Content on Online Marketplaces using Large Language Models

2026-03-05 · Quoc Khoa Tran, Thanh Thi Nguyen, Campbell Wilson arxiv

Online marketplaces, while revolutionizing global commerce, have inadvertently facilitated the proliferation of illicit activities, including drug trafficking, counterfeit sales, and cybercrimes. Traditional content mode…

parameter-efficient fine-tuningMulti-class ClassificationBinary Classification

Get Large Language Models Ready to Speak: A Late-fusion Approach for Speech Generation

2024-10-27 · Maohao Shen, Shun Zhang, JiLong Wu, Zhiping Xiu 외

Large language models (LLMs) have revolutionized natural language processing (NLP) with impressive performance across various text-based tasks. However, the extension of text-dominant LLMs to with speech generation tasks…

parameter-efficient fine-tuningQuestion AnsweringSpeech Synthesistext-to-speech+1

Super-Tuning: From Activation-Aware Pruning to Sparse Fine-Tuning

2026-07-10 · Ivan Ilin, Philip Zmushko, Peter Richtárik arxiv

Large language models (LLMs) remain expensive to fine-tune because full-parameter updates require substantial memory, compute, and per-task storage. We study whether saliency signals originally developed for pruning can …

parameter-efficient fine-tuning