Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 3.17 KB

README.md

File metadata and controls

44 lines (27 loc) · 3.17 KB

NLP Notes and Links

This repository is a collection of resources and information related to advancements in Natural Language Processing (NLP), with a focus on Large Language Models (LLMs) and parameter-efficient finetuning techniques.

Lecture and Notes

Parameter-Efficient Finetuning (PEFT)

This section covers the latest developments in optimizing the finetuning process of large language models, aiming to reduce the number of parameters that need to be updated during the training process.

Retrieval Augmented Generation (RAG)

This section focuses on the integration of semantic search and retrieval capabilities into the LLM generation process, known as Retrieval Augmented Generation (RAG).

Useful Links

Code Repositories

This section links to various code repositories and Jupyter Notebooks that provide practical implementations and examples of the techniques discussed in this README.