Open manisnesan opened 1 year ago
May 21
[x] Augmented Language Models - Pass 1
three ways to augment language models: retrieval, chains, and tools.
Retrieval involves providing an external corpus of data for the model to search, chains use the output of one language model as input for another, and tools allow models to interact with external data sources.
References
https://fullstackdeeplearning.com/llm-bootcamp/spring-2023/