#How to remember specific factual information?
3 messages · Page 1 of 1 (latest)
There is no way to train the model in the way you are talking about, without fine-tuning.
One thing I have tried with mixed results is to prefix every query with a short string for context. For instance, in my ethical hacking server, I prefix every query with "in information security, <query>"
This has provided mixed results at best. If you want it to give specific information that it isn't trained on, you will need to fine-tune it.