FinGPT-HPC: Efficient Pretraining and Finetuning Large Language Models for Financial Applications with High-Performance Computing
Xiao-Yang Liu, Jie Zhang, Guoxuan Wang, Weiqing Tong, and Anwar Walid

TL;DR
This paper introduces GPU-efficient methods for pretraining and finetuning large language models tailored for financial applications, significantly reducing memory and computational requirements while improving accuracy.
Contribution
The paper proposes replacing traditional linear layers with low-rank structured layers and quantization, enabling large models to be trained and fine-tuned efficiently on limited hardware.
Findings
Achieved 1.3X speedup in pretraining
Model compression ratio of 2.64X without accuracy loss
Reduced GPU memory consumption by 6.3X
Abstract
Large language models (LLMs) are computationally intensive. The computation workload and the memory footprint grow quadratically with the dimension (layer width). Most of LLMs' parameters come from the linear layers of the transformer structure and are highly redundant. These linear layers contribute more than 80% of the computation workload and 99% of the model size. To pretrain and finetune LLMs efficiently, there are three major challenges to address: 1) reducing redundancy of the linear layers; 2) reducing GPU memory footprint; 3) improving GPU utilization when using distributed training. Prior methods, such as LoRA and QLoRA, utilized low-rank matrices and quantization to reduce the number of trainable parameters and model size, respectively. However, the resulting model still consumes a large amount of GPU memory. In this paper, we present high-performance GPU-based methods that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMathematics, Computing, and Information Processing · Financial Distress and Bankruptcy Prediction · FinTech, Crowdfunding, Digital Finance
MethodsLinear Layer
