Update README.md

This commit is contained in:
Bruce Yang ByFinTech
2023-10-08 16:32:21 +08:00
committed by GitHub
parent 5a15c19df0
commit fce34d5603

View File

@@ -75,8 +75,7 @@ We democratize Internet-scale data for financial large language models (FinLLMs)
2. Lightweight adaptation to **democratize the FinGPT model** for both individuals and institutes (frequent updates)
3. Support various **financial applications**
* FinNLP provides a playground for all people interested in LLMs and NLP in Finance. Here we provide full pipelines for LLM training and finetuning in the field of finance. The full architecture is shown in the following picture. Detail codes and introductions can be found [here](https://github.com/AI4Finance-Foundation/FinNLP). Or you may refer to the [wiki](https://ai4finance-foundation.github.io/FinNLP/)
* FinGPT Framework
* FinGPT Framework: FinGPT Ecosystem
<div align="center">
<img align="center" src=figs/FinGPT_framework_20231003.png>
@@ -88,7 +87,7 @@ We democratize Internet-scale data for financial large language models (FinLLMs)
<img align="center" src=figs/FinGPT_RAG_framework.png>
</div>
* [FinGPT-FinNLP](https://github.com/AI4Finance-Foundation/FinNLP)
* [FinGPT-FinNLP](https://github.com/AI4Finance-Foundation/FinNLP): FinNLP provides a playground for all people interested in LLMs and NLP in Finance. Here we provide full pipelines for LLM training and finetuning in the field of finance. The full architecture is shown in the following picture. Detail codes and introductions can be found [here](https://github.com/AI4Finance-Foundation/FinNLP). Or you may refer to the [wiki](https://ai4finance-foundation.github.io/FinNLP/)
<div align="center">
<img align="center" src=figs/FinGPT_FinNLP_data_source.png>
@@ -100,10 +99,11 @@ We democratize Internet-scale data for financial large language models (FinLLMs)
<img align="center" src=figs/FinGPT_Benchmark.png>
</div>
## End-to-end framework: FinGPT embraces a full-stack framework for FinLLMs with four layers:
## End-to-end framework: FinGPT embraces a full-stack framework for FinLLMs with five layers:
* **Data source layer**: This layer assures comprehensive market coverage, addressing the temporal sensitivity of financial data through real-time information capture.
* **Data engineering layer**: Primed for real-time NLP data processing, this layer tackles the inherent challenges of high temporal sensitivity and low signal-to-noise ratio in financial data.
* **LLMs layer**: Focusing on a range of fine-tuning methodologies such as LoRA, this layer mitigates the highly dynamic nature of financial data, ensuring the models relevance and accuracy.
* **Task layer**: This layer is responsible for executing fundamental tasks. These tasks serve as the benchmarks for performance evaluations and cross-comparisons in the realm of FinLLMs
* **Application layer**: Showcasing practical applications and demos, this layer highlights the potential capability of FinGPT in the financial sector.