Most of the material out there for tine tuning LLMs use a question/answer dataset for fine tuning. Problem is, that's not my use case. I would like to fine tune an LLM on domain knowledge which exists as a set of documents and that set can't really be reformulated as a list of questions and answers.
How I do this? Is it even possible? If so, where to start?