Submitted by jaxolingo t3_125qztx in MachineLearning
Hey guys, I want to train any LLM on my company’s data we have stored in Azure and Snowflake
It’s all in tabular form, and I was wondering how can I train an LLM on the data, and be able to ask it questions about it. No computations required from the model, but at least be able to tell answer questions such as: What was Apple’s return compared to it’s sector last month ( we have financial data)
- is it possible to train an LLM to understand tabluar data
- is it possible to train it on Snowflake/Azure
Any help or links would be appreciated!
TheDeviousPanda t1_je5ddm3 wrote
It’s going to be a lot easier to just take something like GPT-4 and feed in your data directly and ask questions.