[D] The best way to train an LLM on company data Submitted by jaxolingo t3_125qztx on March 29, 2023 at 3:08 PM in MachineLearning 112 comments 261
DonutListen2Me t1_je7rr2p wrote on March 30, 2023 at 12:50 AM You don't want to input tabular data to a LLM. You should use a model specifically for tabular data, like XGBoost. What you want to do is embed your company's documents and use a vector search on the embeddings to feed as context to an LLM. Permalink 6
Viewing a single comment thread. View all comments