I have a suggestion.
When fine tuning models, I feel like we should be able to provide it with files for a knowledge base. Let’s say we’re making a bot that assists people with programming tasks for our website that uses a specific language or system, we should be able to provide the model with instructions on how to use it such as a file upload option.
Hi @King_Gaming_Roblox,
This actually sounds a lot like what RAG (Retrieval-Augmented Generation) does. Instead of training the model on everything, it pulls info from your uploaded files or knowledge base when needed. That way, it gives accurate answers without needing full fine-tuning. Would be super helpful if Google AI Studio supported something like that!