What You Will Learn
- Introduction to RAG
Content Covered
Covers the basics of Retrieval Augmented Generation.
Resources
- Sentence Similarity using BERT and SBERT (from playlist)
- Limitation of IR using LLMs (from playlist)
- RAG using LangChain (from playlist)
- Text Classification with Transformers
- Sentiment Analysis with BERT and Hugging Face
- Text Classification with Transformer Models (TowardsDataScience)
- NER: Definition
- NER with BERT in PyTorch