Computer Science > Machine Learning
[Submitted on 12 Jul 2024 (v1), last revised 1 Sep 2024 (this version, v6)]
Title:Enhancing Training Efficiency Using Packing with Flash Attention
View PDF HTML (experimental)Abstract:Padding is often used in tuning LLM models by adding special tokens to shorter training examples to match the length of the longest sequence in each batch. While this ensures uniformity for batch processing, it introduces inefficiencies by including irrelevant padding tokens in the computation and wastes GPU resources. Hugging Face SFT trainer has always offered the option to use packing to combine multiple training examples, allowing for maximal utilization of GPU resources. However, up till now, it did not offer proper masking of each packed training example. This capability has been added to Hugging Face Transformers 4.44. We analyse this new feature and show the benefits across different variations of packing.
Submission history
From: L Wynter [view email][v1] Fri, 12 Jul 2024 09:10:37 UTC (77 KB)
[v2] Thu, 18 Jul 2024 08:09:32 UTC (70 KB)
[v3] Mon, 29 Jul 2024 07:58:53 UTC (70 KB)
[v4] Tue, 30 Jul 2024 02:06:17 UTC (70 KB)
[v5] Fri, 23 Aug 2024 14:11:05 UTC (71 KB)
[v6] Sun, 1 Sep 2024 00:26:46 UTC (70 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
IArxiv Recommender
(What is IArxiv?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.