Is there any easy tool to train a custom LLM based on your own input data?
Discussion
https://github.com/h2oai/h2ogpt might a good solution.
ty ill check it out
Please see:
https://python.langchain.com/docs/use_cases/question_answering/
There is something called Retrieval Augmented Generated (RAG) which is one way to do this.