I have 10 code repositories in Javascript (VueJS) (Each repository corresponds to 1 Theme)
I want to train an LLM model on these 10 code repositories so that I can generate new themes using prompts.
The LLM model take the context of 10 code repositories as reference (since the file structure is similar for all repositories)
I'm a complete beginner with LLMs and ML.
How to finetune an LLM model on my own codebase ?