AI4Finance-Foundation / FinGPT

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

Issue: Model Configuration Difference in FinGPT #106

Closed YixinGuo0921 closed 10 months ago

YixinGuo0921 commented 10 months ago

It seems that other LLMs have a configuration like:

model_name_or_path = 'baichuan-13b'  # Load localy
model_name_or_path =  'baichuan-inc/Baichuan-13B-Chat' remotely from huggingface 

However, I couldn't find a similar configuration in FinGPT. Can someone clarify?

BruceYanghy commented 10 months ago

Thanks for bringing up this question. We haven't added 'baichuan' yet.