Generative AI
Table of Contents
1. Abstract
1.1. Refining Gen AI outputs
In order of increasing effort:
1.1.1. Prompting with Context
- provide more context with the regular prompt that you provide
1.1.2. Retrieval Augmented Generation
- fetch relevant data from a database and append that to the prompt
1.1.3. Fine-Tuned Models
- train foundational models further on your own data for refined responses
1.1.4. Specifically Trained Models
- train models from scratch for that specific context that you wish to optimize for