AI4Finance-Foundation / FinGPT

FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.

Home Page:https://ai4finance.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_dataset = load_from_disk('data/fingpt-forecaster-dow30v3-20221231-20230531-llama/')['test'] 数据是从哪里下载的

GL-Aronman opened this issue · comments

fingpt/FinGPT_Forecaster/demo.ipynb 里面的
test_dataset = load_from_disk('data/fingpt-forecaster-dow30v3-20221231-20230531-llama/')['test']
请问这个数据是从哪里下载的

It's a test split from our generated dataset. But I'm sorry as we currently don't release it. You can try to reproduce a similar dataset with our provided data script prepare_data.ipynb. Feel free to reopen the issue if you have further questions.

Hello! I am using the train.sh of the project of FinGPT_Forecaster, but the fine tuned model size is over 100G. The original stock data is about 70M. Do you know how to better obtain the fine tuned model?