AI4Finance-Foundation / FinGPT

FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.
https://ai4finance.org
MIT License
13.72k stars 1.91k forks source link

quetions about FinGPT-RAG #134

Open yaoweiluo opened 10 months ago

yaoweiluo commented 10 months ago

Hello, I have some questions about FinGPT-RAG. You mentioned in your paper that you have fine-tuned the LlaMa-7B via instuction datasets and got good results compared to other LLMs, and also mentioned that adding RAG module got good results. But what I've seen so far is that you seem to be just open sourcing the code framework, not the fine-tuned FinGPT with RAG that can be used directly. Will you open source the fine-tuned FinGPT with RAG later? And if I don't have enough computing resources to perform instruction fine-tuning on Llama-7B, can I only use RAG method to enhance the LLM's ability in financial sentiment analysis?