The repo contains the notebooks which solves problems using Advanced NLP techniques
- BERT_SENT: Train a BERT model for sentinment classification task, dataset used: IMDB
- LightWeightFinetuning: Finetune a GPT2 model using LoRA-PEFT technique
- QA bot: Use chatgpt to answer questions based on custom dataset with the help of RAG
- COT: Chain of thought prompt creation using few shot template langchain
- Langchain Input and Output Parsing