Chinese financial LLM fine-tuned from LLaMA
Top 96.2% on sourcepulse
OD-FinLLM is a specialized large language model designed for Chinese financial knowledge, fine-tuned from the LLaMA series. It targets users needing accurate financial Q&A and analysis in Chinese, offering improved performance over general-purpose models through a curated dataset and knowledge distillation.
How It Works
OD-FinLLM is built by fine-tuning LLaMA models (LLaMA-2-7B and LLaMA-3.1-8B) on a custom instruction dataset. This dataset comprises publicly available Chinese financial Q&A and web-scraped financial information. A knowledge distillation process transfers capabilities from a larger teacher model (LLaMA-3.1-8B) to a more efficient student model (LLaMA-2-7B), optimizing for financial domain accuracy and reduced computational requirements.
Quick Start & Requirements
pip install -r requirements.txt
cd OD-FinLLM && sh run.sh
python web_demo.py
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project explicitly states that resources are for academic research only and not for commercial use. The accuracy of generated content is not guaranteed due to computational factors and potential precision loss.
10 months ago
Inactive